1{* $Id$ *}
2
3<table id="log" cellspacing="0" cellpadding="0">
4	<caption> {tr}Page generation debugging log{/tr} </caption>
5	{section name=i loop=$messages}
6		<tr>
7			<td> {$messages[i].timestamp|date_format:"%H:%M:%S"} </td>
8			<td> <pre>{$messages[i].msg|escape:"html"|wordwrap:90:"\n":true|replace:"\n":"<br>"}</pre> </td>
9		</tr>
10	{/section}
11</table>
12