html5/spec tocmix.xsl,1.9,1.10

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27340

Modified Files:
	tocmix.xsl 
Log Message:
make the script URLs match


Index: tocmix.xsl
===================================================================
RCS file: /sources/public/html5/spec/tocmix.xsl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- tocmix.xsl	27 Jul 2009 10:35:53 -0000	1.9
+++ tocmix.xsl	27 Jul 2009 11:08:22 -0000	1.10
@@ -3,7 +3,7 @@
   xmlns:h="http://www.w3.org/1999/xhtml"
   xmlns="http://www.w3.org/1999/xhtml"
   version="1.0">
-  <xsl:param name="Annotations">http://people.w3.org/mike/html5/spec/get-all-annotations.py</xsl:param>
+  <xsl:param name="Annotations">http://dev.w3.org/html5/spec/get-all-annotations.py</xsl:param>
   <xsl:param name="AnnoDB" select="document($Annotations)" />
   <xsl:template match="h:ol[@class='toc']">
     <xsl:apply-templates mode="toc" />

Received on Monday, 27 July 2009 11:08:33 UTC