mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-16 04:22:37 +00:00
15 lines
297 B
Plaintext
15 lines
297 B
Plaintext
<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> |