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:
parent
382926f8dc
commit
52cac052f9
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user