<style type="text/css">
table.cap_htmltidy td { font-family: monospace; white-space: pre }
table.cap_htmltidy td.error { background-color: red; color: white; font-weight: bold; }
table.cap_htmltidy td.warning { background-color: yellow }
</style>
<table summary="validation results by line" class="cap_htmltidy">
<tmpl_loop output>
<tr><td colspan="4"><tmpl_var html escape=html></td></tr>
<tmpl_loop messages>
<tr>
<td width="40"> </td>
<td width="80" class="<tmpl_var type>"><tmpl_var type></td>
<td width="40" class="<tmpl_var type>"><tmpl_if line><tmpl_var line>:<tmpl_var column></tmpl_if></td>
<td class="<tmpl_var type>"><tmpl_var text escape=html></td>
</tr>
</tmpl_loop>
</tmpl_loop>
</table>