- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 08 May 2011 10:36:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv19217/tools
Modified Files:
specgen.xsl
Log Message:
make popops disappear on tab out
Index: specgen.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/specgen.xsl,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- specgen.xsl 6 May 2011 03:37:03 -0000 1.95
+++ specgen.xsl 8 May 2011 10:36:45 -0000 1.96
@@ -163,7 +163,9 @@
<xsl:call-template name="make-consolidated-index-entry"/>
</xsl:when>
<xsl:otherwise>
- <li class="index-no-references">No references in this document.</li>
+ <li class="index-no-references">
+ <a href="" class="placeholder">No references in this document.</a>
+ </li>
</xsl:otherwise>
</xsl:choose>
</ul>
Received on Sunday, 8 May 2011 10:36:49 UTC