aboutsummaryrefslogtreecommitdiffhomepage
path: root/html/fileshow.phtml
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-08-17 18:43:40 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-08-17 18:43:40 +0000
commit8d9474556f1ddb9b4f4289aa8786dacc040fce6d (patch)
tree0a2c96da6e513ef1588d9512cdbb69bab6c9e12f /html/fileshow.phtml
parent2b65c11df4b130fdab68f6f88ef95b1c1648629a (diff)
HTML tweaks
Diffstat (limited to 'html/fileshow.phtml')
-rw-r--r--html/fileshow.phtml4
1 files changed, 2 insertions, 2 deletions
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 "<p><pre>\n";
+ print "<pre>\n";
markup_plain_text($filename);
- print "</pre></p>\n";
+ print "</pre>\n";
print "<hr>";
click_to_go_back();
footer();