5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-03-20 22:50:06 +03:00

do not use the <code> tag

Because it has unwanted side effect in newer  mediawiki CSS (box around text).
This commit is contained in:
Dietmar Maurer 2016-10-21 08:56:45 +02:00
parent 382926f8dc
commit 52cac052f9

View 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]