- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 05 Dec 2010 12:23:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv25127/tools
Modified Files:
preprocess.xsl
Log Message:
https://github.com/sideshowbarker/html5forAuthors/commit/bba610ad30a3ac05f37e8666bcf118bc59ec368c
Index: preprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- preprocess.xsl 4 Dec 2010 08:00:37 -0000 1.4
+++ preprocess.xsl 5 Dec 2010 12:23:45 -0000 1.5
@@ -41,7 +41,7 @@
<xsl:template match="title">
<title>HTML5 (Edition for Web Authors)</title>
<xsl:text> </xsl:text>
- <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
+ <meta name="viewport" content="width=device-width;"/>
<xsl:text> </xsl:text>
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'/>
</xsl:template>
Received on Sunday, 5 December 2010 12:23:48 UTC