From 7edc8449d28acb0524299cbff58a09ef3dae07a1 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Tue, 8 May 2001 16:26:43 +0000 Subject: Repair link via htmlshow.php --- html/functions.php3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/functions.php3 b/html/functions.php3 index 465d4668..90b94f3e 100644 --- a/html/functions.php3 +++ b/html/functions.php3 @@ -203,7 +203,7 @@ function markup_plain_text($filename) { } /* Hack an html file to be shown with our style sheet - and hack relative links to go via htmlshow.html. + and hack relative links to go via htmlshow.php. This isn't particularly robust, but seems to work for the output of texi2html. */ @@ -240,7 +240,7 @@ function hack_html($filename,$title="") { if ($urlbits["host"]=="") { /* Assume a relative link, let's hack it. */ /* Use same title */ - $newurl = "htmlshow.html?title=" . urlencode($title); + $newurl = "htmlshow.php?title=" . urlencode($title); if ($urlbits["path"]=="") { /* A fragment in same file */ $newurl = $newurl . "&file=" -- cgit v1.2.3