phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc/class.ping.inc.php, 1.1.2.1.2.3


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/inc/class.ping.inc.php, 1.1.2.1.2.3
Date: Sat, 6 Nov 2004 16:34:26 +0100

Update of /phpgwapi/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.ping.inc.php

date: 2004/11/06 15:34:26;  author: powerstat;  state: Exp;  lines: +9 -9

Log Message:
Bugfixes HTML; makes it a bit more W3C conform;
see patch  #3503
=====================================================================
Index: phpgwapi/inc/class.ping.inc.php
diff -u phpgwapi/inc/class.ping.inc.php:1.1.2.1.2.2 
phpgwapi/inc/class.ping.inc.php:1.1.2.1.2.3
--- phpgwapi/inc/class.ping.inc.php:1.1.2.1.2.2 Tue Feb 10 13:51:18 2004
+++ phpgwapi/inc/class.ping.inc.php     Sat Nov  6 15:34:26 2004
@@ -87,14 +87,14 @@
 
                function debug_output()
                {
-                       echo '<br><b>Debug output</b><hr width="20%" 
align="left">';
+                       echo '<br /><b>Debug output</b><hr width="20%" 
align="left">';
                        echo '<b>hostname:</b> ' . $this->hostname;
-                       echo '<br><b>tx:</b> ' . $this->packet_tx;
-                       echo '<br><b>rx:</b> ' . $this->packet_rx;
-                       echo '<br><b>loss:</b> ' . $this->packet_loss;
-                       echo '<br><b>min:</b> ' . $this->response_min;
-                       echo '<br><b>max:</b> ' . $this->response_max;
-                       echo '<br><b>avg:</b> ' . $this->response_avg;
-                       echo '<br><b>mdev:</b> ' . $this->response_mdev;
+                       echo '<br /><b>tx:</b> ' . $this->packet_tx;
+                       echo '<br /><b>rx:</b> ' . $this->packet_rx;
+                       echo '<br /><b>loss:</b> ' . $this->packet_loss;
+                       echo '<br /><b>min:</b> ' . $this->response_min;
+                       echo '<br /><b>max:</b> ' . $this->response_max;
+                       echo '<br /><b>avg:</b> ' . $this->response_avg;
+                       echo '<br /><b>mdev:</b> ' . $this->response_mdev;
                }
        }




reply via email to

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