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:
parent
79939c7f27
commit
d0b20d13c2
3
.gitignore
vendored
3
.gitignore
vendored
@ -20,4 +20,5 @@ target
|
||||
# NetBeans user-specific build actions
|
||||
nbactions.xml
|
||||
nbactions-*.xml
|
||||
sonatype-*.sh
|
||||
sonatype-*.sh
|
||||
/.settings
|
||||
|
@ -742,9 +742,9 @@
|
||||
</xsl:choose>
|
||||
</xsl:variable>
|
||||
|
||||
<pre class="programlisting brush: {$brush}; {$syntaxhighlighter.switches}">
|
||||
<xsl:text>
</xsl:text><pre class="programlisting brush: {$brush}; {$syntaxhighlighter.switches}">
|
||||
<xsl:apply-templates/>
|
||||
</pre>
|
||||
</pre><xsl:text>
</xsl:text>
|
||||
|
||||
</xsl:template>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user