PortableInfobox/templates/PortableInfoboxMarkupDebug.mustache
2015-06-01 14:11:07 +02:00

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>