summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-06-25 04:12:54 +0000
committerfukachan <fukachan>2002-06-25 04:12:54 +0000
commitda7ff03657ce075fffaeeadd95c166c5f0e9a7d4 (patch)
treef3498700ef955385164093f8cb01e873262526e5
parent8dc07abfa787e649fe3e013335087a867c229b7f (diff)
downloadfml8-da7ff03657ce075fffaeeadd95c166c5f0e9a7d4.tar.gz
fml8-da7ff03657ce075fffaeeadd95c166c5f0e9a7d4.tar.bz2
fml8-da7ff03657ce075fffaeeadd95c166c5f0e9a7d4.zip
nuke superflous line (cgi mode)
-rw-r--r--fml/lib/FML/Command/Admin/log.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/Admin/log.pm b/fml/lib/FML/Command/Admin/log.pm
index 82ffb63e..eca3f42d 100644
--- a/fml/lib/FML/Command/Admin/log.pm
+++ b/fml/lib/FML/Command/Admin/log.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: log.pm,v 1.3 2002/04/07 05:02:23 fukachan Exp $
+# $FML: log.pm,v 1.4 2002/04/07 05:35:09 fukachan Exp $
#
package FML::Command::Admin::log;
@@ -119,7 +119,6 @@ sub _show_log
if ($is_cgi) {
print _html_to_text($s);
- print "<BR>\n";
}
else {
print $s;