From 8d9474556f1ddb9b4f4289aa8786dacc040fce6d Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Tue, 17 Aug 1999 18:43:40 +0000 Subject: HTML tweaks --- html/fileshow.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/fileshow.phtml') diff --git a/html/fileshow.phtml b/html/fileshow.phtml index 4ab2170e..5560a911 100644 --- a/html/fileshow.phtml +++ b/html/fileshow.phtml @@ -4,9 +4,9 @@ $title=$HTTP_GET_VARS["title"]; if ($title=="") { $title = $filename; }; small_header($title); - print "

\n";
+  print "
\n";
   markup_plain_text($filename);
-  print "

\n"; + print "
\n"; print "
"; click_to_go_back(); footer(); -- cgit v1.2.3