r6724 - /man-cgi/man.cgi
Author: jfs
Date: Sat Jun 6 10:18:17 2009
New Revision: 6724
URL: http://svn.debian.org/wsvn/?sc=1&rev=6724
Log:
Add colon
Modified:
man-cgi/man.cgi
Modified: man-cgi/man.cgi
URL: http://svn.debian.org/wsvn/man-cgi/man.cgi?rev=6724&op=diff
==============================================================================
--- man-cgi/man.cgi (original)
+++ man-cgi/man.cgi Sat Jun 6 10:18:17 2009
@@ -973,7 +973,7 @@
my $mtime = ctime(stat($file)->mtime);
# my $current_time = time();
# $diff = $current_time - $mtime;
- print "<p><small>Contents last updated $mtime</small></p>";
+ print "<p><small>Contents last updated: $mtime</small></p>";
$ret = 1 if -M $file > 60;
return $ret;
}
Reply to: