#468: can edit nl, events and payment requests before validation
[platal.git] / templates / database-debug.tpl
index 9e015d3..944ad65 100644 (file)
 <table class="bicol" style="width: 75%; font-family: monospace; font-size: smaller; margin-left:2px; margin-top: 3px;">
   <tr class="impair">
     <td>
-      <strong>QUERY:</strong><br />
-      {$query.query|nl2br}
-      <br />
+      <strong>QUERY:</strong>
+      <pre style="padding: 0; margin: 0;">{$query.query}</pre>
+      <br/>
     </td>
   </tr>
   {if $query.error}
   <tr>
     <td>
-      <strong>ERROR:</strong><br />
+      <strong style="color: #f00">ERROR:</strong><br />
       {$query.error|nl2br}
     </td>
   </tr>