Fix SyntaxHighlighting issue caused by index entries

Add carriage return before <pre programlisting ...> and after.

Closes-bug: 1340211

Change-Id: Id1ab9090298a454a4a643849d43b91486a793432
This commit is contained in:
Thu Doan 2014-10-13 21:56:26 -05:00 committed by Anne Gentle
parent 79939c7f27
commit d0b20d13c2
2 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View File

@ -20,4 +20,5 @@ target
# NetBeans user-specific build actions
nbactions.xml
nbactions-*.xml
sonatype-*.sh
sonatype-*.sh
/.settings

View File

@ -742,9 +742,9 @@
</xsl:choose>
</xsl:variable>
<pre class="programlisting brush: {$brush}; {$syntaxhighlighter.switches}">
<xsl:text>&#xA;</xsl:text><pre class="programlisting brush: {$brush}; {$syntaxhighlighter.switches}">
<xsl:apply-templates/>
</pre>
</pre><xsl:text>&#xA;</xsl:text>
</xsl:template>