X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=funcsummary.php;h=f8a96cf230ea784c0b42b1dc05a21f90760558a2;hp=f5330e69e9bff18e44e6ed98118b4274bf0ee3b7;hb=336ab37eb6fa1e0e91857d65fae0e747b4ad481c;hpb=a12e8ddfaa5a94e76261f165b0c0299c87b886b1 diff --git a/funcsummary.php b/funcsummary.php index f5330e6..f8a96cf 100644 --- a/funcsummary.php +++ b/funcsummary.php @@ -77,7 +77,8 @@ foreach (array_slice($_SERVER['argv'], 1) as $f) { if (mf($f, $m)) { printf("

%s

\n", basename($f)); foreach ($m[1] as $i => $p) { - printf("

%s

\n%s\n", $m[4][$i], $p, ff($m[3][$i])); + printf("

%s

\n%s\n", + str_replace(', ', '_', $m[4][$i]), $p, ff($m[3][$i])); } print "
\n"; }