|
From: <lu...@us...> - 2014-11-11 20:09:38
|
Revision: 642
http://sourceforge.net/p/pyscard/code/642
Author: ludov
Date: 2014-11-11 20:09:28 +0000 (Tue, 11 Nov 2014)
Log Message:
-----------
Fix tidy warning
line 27 column 1 - Warning: <table> lacks "summary" attribute
Modified Paths:
--------------
trunk/pyscard/src/smartcard/doc/framework-samples.html
Modified: trunk/pyscard/src/smartcard/doc/framework-samples.html
===================================================================
--- trunk/pyscard/src/smartcard/doc/framework-samples.html 2014-11-11 20:08:26 UTC (rev 641)
+++ trunk/pyscard/src/smartcard/doc/framework-samples.html 2014-11-11 20:09:28 UTC (rev 642)
@@ -24,7 +24,7 @@
align="middle" alt="pyscard">
<h2> </h2>
<H2>Smartcard python framework samples</H2>
-<table border>
+<table summary="samples" border>
<tr>
<td width="327">Display the ATR of inserted cards</td>
<td width="76"><a href="Examples/simple/getATR.py" >view source</a></td>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|