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 ++-- html/functions.php3 | 7 +++++-- html/links.phtml | 4 +++- 3 files changed, 10 insertions(+), 5 deletions(-) (limited to 'html') 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(); diff --git a/html/functions.php3 b/html/functions.php3 index 48dc3757..3d215f4f 100644 --- a/html/functions.php3 +++ b/html/functions.php3 @@ -40,14 +40,17 @@ function pg_email() { } -/* Style sheet element for dt doesnt work in - Netscape, so hack it here. +/* Style sheet element for dt doesnt work in Netscape 4, so hack it here. + NB! This violates HTML 4 DTD. */ function dt($string) { print "
"; print $string; print "
"; +/* Good version, okay in IE: + print "
" . $string . "
"; +*/ } /* Automatic footnotes? */ diff --git a/html/links.phtml b/html/links.phtml index 32be2894..044fd1b9 100644 --- a/html/links.phtml +++ b/html/links.phtml @@ -1,5 +1,7 @@

-Here are some links to related issues. If you have any suggestions +Here are some links to related things. +
+If you have any suggestions for links to include here, or find broken links, please .

-- cgit v1.2.3