html5/spec-author-view/tools preprocess.xsl,1.33,1.34

Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv24878/tools

Modified Files:
	preprocess.xsl 
Log Message:
remove the external scripts from the w3c specs

[updated by splitter]


Index: preprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- preprocess.xsl	10 May 2011 09:21:29 -0000	1.33
+++ preprocess.xsl	10 May 2011 09:35:18 -0000	1.34
@@ -14,7 +14,7 @@
   <xsl:template match="head">
     <head>
       <xsl:apply-templates/>
-      <script src="dfn.js"></script>
+      <script src="dfn.js" type="text/javascript"></script>
     </head>
   </xsl:template>
   <xsl:template match="*[@id = 'head']">

Received on Tuesday, 10 May 2011 09:35:25 UTC