html5/spec-author-view/tools preprocess.xsl,1.95,1.96

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

Modified Files:
	preprocess.xsl 
Log Message:
updated

Index: preprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- preprocess.xsl	5 Jul 2011 09:13:01 -0000	1.95
+++ preprocess.xsl	5 Jul 2011 16:21:47 -0000	1.96
@@ -232,9 +232,8 @@
   </xsl:template>
   <xsl:template match="*[@id = 'a-vocabulary-and-associated-apis-for-html-and-xhtml']"/>
   <xsl:template match="title">
-    <title>HTML5: Edition for Web Authors</title>
     <xsl:text>&#10;</xsl:text>
-    <meta name="viewport" content="width=device-width;"/>
+    <title>HTML5: Edition for Web Authors</title>
     <xsl:text>&#10;</xsl:text>
   </xsl:template>
   <xsl:template match="a[normalize-space(.)='http://www.w3.org/TR/html5/']">

Received on Tuesday, 5 July 2011 16:21:51 UTC