html5/markup/tools specgen.xsl,1.95,1.96

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