diff options
Diffstat (limited to 'html/functions.php3')
| -rw-r--r-- | html/functions.php3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/functions.php3 b/html/functions.php3 index 2a547dae..5bdb122c 100644 --- a/html/functions.php3 +++ b/html/functions.php3 @@ -113,7 +113,7 @@ function small_header($title) { function small_header_body($title) { include('smallheader.phtml'); print "<h1>" . $title . "</h1>\n</td>\n</table>\n"; - print "<p>"; /* FIXME: hack to get CSS to work with bad HTML from texi2html */ +/* print "<p>"; FIXME: hack to get CSS to work with bad HTML from texi2html */ } /* FIXME: improve this function */ @@ -224,7 +224,7 @@ function hack_html($filename,$title="") { } else { print "<A " . $linebits[2] . $linebits[3]; } }; /* Hack on a header and footer */ - if (eregi("<BODY>",$line)) { + if (eregi("<BODY.*>",$line)) { /* Assume there's nothing else interesting on the line, whoops. */ print $line; small_header_body($title); |
