Fix CSS error in backtrace (missing text- before align property)
authorNicolas Iooss <nicolas.iooss_git@polytechnique.org>
Sat, 14 Dec 2013 17:22:47 +0000 (18:22 +0100)
committerNicolas Iooss <nicolas.iooss_git@polytechnique.org>
Sun, 16 Feb 2014 15:18:11 +0000 (16:18 +0100)
Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
templates/backtrace.tpl

index 3446a6f..97ecfb3 100644 (file)
@@ -53,7 +53,7 @@ $(function() {
     <td style="width: 5em">
       <strong>ACTION:</strong>
     </td>
-    <td colspan="{$cols-1}" style="align: left">
+    <td colspan="{$cols-1}" style="text-align: left">
       <pre style="padding: 0; margin: 0;">{$query.action}</pre>
     </td>
   </tr>