]> git.proxmox.com Git - pve-docs.git/blobdiff - asciidoc/pve-dblatex.xsl
totp: fix copy/paste mistake
[pve-docs.git] / asciidoc / pve-dblatex.xsl
index d5d74d7a7ca44118811a325637285ab0174ff9f6..76edab886ef76cc810a35a17801afe14b4096191 100644 (file)
@@ -77,11 +77,11 @@ figure,table,equation,example
   </xsl:template>
 
   <xsl:template match="formalpara">
-    <xsl:text>&#10;{\bf </xsl:text>
+    <xsl:text>&#10;\paragraph*{</xsl:text>
     <xsl:call-template name="normalize-scape">
       <xsl:with-param name="string" select="title"/>
     </xsl:call-template>
-    <xsl:text>} \\ </xsl:text>
+    <xsl:text>} </xsl:text>
     <xsl:call-template name="label.id"/>
     <xsl:apply-templates/>
     <xsl:text>&#10;</xsl:text>