- From: Lachlan Hunt via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 25 Jul 2008 11:18:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-author/utils In directory hutz:/tmp/cvs-serv13111/utils Modified Files: entity-processor.py Log Message: Added space before combining chars to fix validation errors Index: entity-processor.py =================================================================== RCS file: /sources/public/html5/html-author/utils/entity-processor.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- entity-processor.py 22 Jul 2008 14:39:35 -0000 1.1 +++ entity-processor.py 25 Jul 2008 11:18:24 -0000 1.2 @@ -54,7 +54,7 @@ i = i + 1 print "<tr title=\"U+%s %s\" data-block=\"%s\" data-category=\"%s\" data-set=\"%s\">"\ - "<td class=\"character\">%s"\ + "<td class=\"character\"> %s"\ "<td class=\"named\"><code>%s</code>"\ "<td class=\"hex\"><code>%s</code>"\ "<td class=\"dec\"><code>%s</code>"\
Received on Friday, 25 July 2008 11:19:05 UTC