Author: rgardler
Date: Sat Mar 3 00:43:44 2007
New Revision: 514101
URL: http://svn.apache.org/viewvc?view=rev&rev=514101
Log:
A missing overhang from when this was converting to HTML rather than XDoc
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/descriptorIndex-to-indexByLang.xsl
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/descriptorIndex-to-indexByLang.xsl
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/descriptorIndex-to-indexByLang.xsl?view=diff&rev=514101&r1=514100&r2=514101
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/descriptorIndex-to-indexByLang.xsl
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/descriptorIndex-to-indexByLang.xsl
Sat Mar 3 00:43:44 2007
@@ -54,8 +54,10 @@
</xsl:choose>
<xsl:if
test="//descriptor[not(descendant::doap:programming-language)]">
- <h1>Unkown Language</h1>
- <xsl:apply-templates
select="//descriptor[not(descendant::doap:programming-language)]"/>
+ <section>
+ <title>Unkown Language</title>
+ <xsl:apply-templates
select="//descriptor[not(descendant::doap:programming-language)]"/>
+ </section>
</xsl:if>
</body>
</document>