- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 26 May 2011 10:45:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv18492/tools
Modified Files:
generate-spec-source.xsl
Log Message:
flip back to ED
Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -d -r1.308 -r1.309
--- generate-spec-source.xsl 22 May 2011 14:22:11 -0000 1.308
+++ generate-spec-source.xsl 26 May 2011 10:45:32 -0000 1.309
@@ -3146,7 +3146,7 @@
</xsl:template>
<xsl:template name="get-spec-filename">
<xsl:param name="ref"/>
- <xsl:param name="base">http://dev.w3.org/html5/spec-author-view/</xsl:param>
+ <xsl:param name="base">http://dev.w3.org/html5/spec/</xsl:param>
<!-- * <xsl:param name="base">http://developers.whatwg.org/</xsl:param> -->
<xsl:param name="fragment-file">../fragment-links-full.html</xsl:param>
<xsl:for-each select="document($fragment-file)">
Received on Thursday, 26 May 2011 10:45:37 UTC