* fixing concept of phpstr dtor/free
[m6w6/ext-http] / funcsummary.php
index f8a96cf230ea784c0b42b1dc05a21f90760558a2..b81982748e12c989a0187149366bfdd1fc4b5ab6 100644 (file)
@@ -53,6 +53,9 @@ $preface = <<<_PREFACE
             width: auto;
             float: left;
         }
+        p, pre {
+            clear: both;
+        }
         p br, pre code br { 
             display: block; 
         } 
@@ -65,6 +68,7 @@ $footer = <<<_FOOTER
     <p><b>Generated at: %s</b></p>
 </body>
 </html>
+
 _FOOTER;
 
 if ($_SERVER['argc'] < 2) {
@@ -85,4 +89,5 @@ foreach (array_slice($_SERVER['argv'], 1) as $f) {
 }
 
 printf($footer, date('r'));
-?>
\ No newline at end of file
+?>
+