mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-16 04:22:37 +00:00
14 lines
307 B
Plaintext
14 lines
307 B
Plaintext
<p>{{info}}</p>
|
|
<p><strong class="error"> {{message}} </strong></p>
|
|
<table class="portable-infobox-debug">
|
|
{{# code }}
|
|
<tr{{# error }} class="error"{{/ error}}>
|
|
<td>
|
|
{{ line }}
|
|
</td>
|
|
<td>
|
|
{{ codeLine }}
|
|
</td>
|
|
</tr>
|
|
{{/ code }}
|
|
</table> |