gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32436 - gnunet/contrib


From: gnunet
Subject: [GNUnet-SVN] r32436 - gnunet/contrib
Date: Wed, 19 Feb 2014 21:02:22 +0100

Author: bartpolot
Date: 2014-02-19 21:02:22 +0100 (Wed, 19 Feb 2014)
New Revision: 32436

Modified:
   gnunet/contrib/log.php
Log:
- use <pre> for messages

Modified: gnunet/contrib/log.php
===================================================================
--- gnunet/contrib/log.php      2014-02-19 20:02:21 UTC (rev 32435)
+++ gnunet/contrib/log.php      2014-02-19 20:02:22 UTC (rev 32436)
@@ -25,7 +25,7 @@
   echo $d ? $d->format('u') : "";
   echo '</small></td>';
   echo "<td class=\"comp\">$comp</td><td class=\"peer\">$peer</td>";
-  echo "<td class=\"level\">$level</td><td>$msg&nbsp;</td>";
+  echo "<td class=\"level\">$level</td><td><pre>$msg</pre></td>";
   if ($level != "DEBUG")
   {
     echo '<td><div class="btn-group"><button class="btn btn-xs btn-default 
btn-showup"><span class="glyphicon glyphicon-chevron-up"></span></button>';
@@ -125,12 +125,16 @@
       font-family: arial,sans-serif;
     }
     table {
-      font-family: courier,sans-serif;
       color:#000;
       margin-top: 40px;
       font-size:12px;
       border-collapse:collapse;
     }
+    pre {
+      padding: 0px;
+      margin: 0px;
+      border: 0px;
+    }
     .alert {
       display: none;
       position: fixed;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]