PortableInfobox/templates/PortableInfoboxMarkupDebug.mustache
2015-05-29 16:37:35 +02:00

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>