Multiple album markings, select all javascript, better pp log message when unable to tag

This commit is contained in:
Remy
2011-08-06 22:40:31 -07:00
parent 38e9af762b
commit b23e1274bc
8 changed files with 41 additions and 27 deletions
-2
View File
@@ -9,7 +9,6 @@
<tr>
<th id="timestamp">Timestamp</th>
<th id="level">Level</th>
<th id="thread">Thread</th>
<th id="message">Message</th>
</tr>
</thead>
@@ -28,7 +27,6 @@
<tr class="grade${grade}">
<td id="timestamp">${out_tuple[0]}</td>
<td id="level">${out_tuple[1]}</td>
<td id="thread">${out_tuple[2]}</td>
<td id="message">${out_tuple[3].decode('utf-8')}</td>
</tr>
%endif