Highlight examples too.

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3587 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Tobias Markmann 2009-11-02 18:29:47 +00:00
parent aa28286994
commit 6dd7a7b929
1 changed files with 1 additions and 1 deletions

View File

@ -855,7 +855,7 @@ OR OTHER DEALINGS IN THE SOFTWARE.
<xsl:template match='example'>
<p class='caption'><a><xsl:attribute name='name'><xsl:text>example-</xsl:text><xsl:number level='any' count='example'/></xsl:attribute></a>Example <xsl:number level='any' count='example'/>.<xsl:text> </xsl:text><xsl:value-of select='@caption'/></p>
<div class='indent'>
<pre><xsl:apply-templates/></pre>
<pre class='prettyprint'><xsl:apply-templates/></pre>
</div>
</xsl:template>