[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r10283 - /man-cgi/man.cgi



Author: jfs
Date: Wed Oct 30 01:07:42 2013
New Revision: 10283

URL: http://svn.debian.org/wsvn/?sc=1&rev=10283
Log:
Add a horizontal line between the language list and the actual manpage content

Modified:
    man-cgi/man.cgi

Modified: man-cgi/man.cgi
URL: http://svn.debian.org/wsvn/man-cgi/man.cgi?rev=10283&op=diff
==============================================================================
--- man-cgi/man.cgi	(original)
+++ man-cgi/man.cgi	Wed Oct 30 01:07:42 2013
@@ -948,7 +948,7 @@
 		}
 	}
     }
-    print "\n" if $found;
+    print "<hr>\n" if $found;
     return $found;
 }
 


Reply to: