[Commits] [rundmc] r466 committed - Make sure title detail for pages that have titles inside a div show up...
rundmc at googlecode.com
rundmc at googlecode.com
Fri Aug 20 09:31:35 PDT 2010
Revision: 466
Author: eric.bloch at gmail.com
Date: Fri Aug 20 09:30:28 2010
Log: Make sure title detail for pages that have titles inside a div show up.
http://code.google.com/p/rundmc/source/detail?r=466
Modified:
/trunk/view/page.xsl
=======================================
--- /trunk/view/page.xsl Wed Jul 14 21:07:05 2010
+++ /trunk/view/page.xsl Fri Aug 20 09:30:28 2010
@@ -83,7 +83,9 @@
<xsl:template mode="page-specific-title" match="page">
<xsl:value-of select="( xhtml:h1
+ | xhtml:div/xhtml:h1
| xhtml:h2
+ | xhtml:div/xhtml:h2
)[1]"/>
</xsl:template>
More information about the Commits
mailing list