diff options
Diffstat (limited to 'help3xsl/online_transform.xsl')
-rw-r--r-- | help3xsl/online_transform.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index 0314767576..ccfa94ae5a 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -871,7 +871,7 @@ <!-- Insert Basic code snippet --> <xsl:template name="insertbascode"> - <pre><code><xsl:apply-templates /></code></pre> + <pre class="bascodepar"><xsl:apply-templates /></pre><br/> </xsl:template> <!-- Insert Logo code snippet --> |