]> git.proxmox.com Git - pve-docs.git/commitdiff
do not use the <code> tag
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 21 Oct 2016 06:56:45 +0000 (08:56 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 21 Oct 2016 06:56:45 +0000 (08:56 +0200)
Because it has unwanted side effect in newer  mediawiki CSS (box around text).

asciidoc/mediawiki.conf

index 9d01a5188c23a62439073351d566bc665d6fef78..41366eac63d462e1673ab135f14f9ef58656c311 100644 (file)
@@ -310,9 +310,9 @@ template::[admonitionblock]
 <div class="listingblock{role? {role}}{unbreakable-option? unbreakable}"{id? id="{id}"}>
 <div class="title">{caption=}{title}</div>
 <div class="content monospaced">
-<pre><code>
+<pre><tt>
 |
-</code></pre>
+</tt></pre>
 </div></div>
 
 [literalblock]