X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=funcsummary.php;h=b81982748e12c989a0187149366bfdd1fc4b5ab6;hp=f8a96cf230ea784c0b42b1dc05a21f90760558a2;hb=af674f03c32f0f56b7f8c67e61c7e86b3ea23be5;hpb=336ab37eb6fa1e0e91857d65fae0e747b4ad481c diff --git a/funcsummary.php b/funcsummary.php index f8a96cf..b819827 100644 --- a/funcsummary.php +++ b/funcsummary.php @@ -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

Generated at: %s

+ _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 +?> +