Changeset 37001
- Timestamp:
- 2022-12-09T22:14:35+13:00 (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone3/web/interfaces/default/transform/layouts/toc.xsl
r36074 r37001 175 175 <!-- This template is used to display the table of contents --> 176 176 <xsl:template name="documentNodeTOC"> 177 <ul> 177 178 <table> 178 179 <tr> … … 246 247 <!-- display any child items --> 247 248 <xsl:if test="documentNode"> 248 < divid="toc{@nodeID}">249 <li id="toc{@nodeID}"> 249 250 <xsl:attribute name="style"> 250 251 <xsl:choose> … … 260 261 <xsl:call-template name="documentNodeTOC"/> 261 262 </xsl:for-each> 262 </ div>263 </li> 263 264 </xsl:if> 265 </ul> 264 266 </xsl:template> 265 267
Note:
See TracChangeset
for help on using the changeset viewer.