- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 01 Jan 2009 21:12:27 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv3769/share/templates/en_US
Modified Files:
table.tmpl
Log Message:
Add missing script/@type attributes.
Index: table.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/table.tmpl,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- table.tmpl 29 Dec 2008 16:49:06 -0000 1.42
+++ table.tmpl 1 Jan 2009 21:12:24 -0000 1.43
@@ -113,7 +113,7 @@
</table>
<div id="don_program"></div>
-<script src="http://www.w3.org/QA/Tools/don_prog.js"></script>
+<script type="text/javascript" src="http://www.w3.org/QA/Tools/don_prog.js"></script>
<fieldset id="revalidate_opts">
<legend>Options</legend>
Received on Thursday, 1 January 2009 21:12:39 UTC