One more fix of build breakage by HTML 4.01 transition.
This commit is contained in:
parent
9681217717
commit
946046827f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18210
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
# by John Fieber <jfieber@freebsd.org>
|
||||
# Mon May 13 10:31:58 EST 1996
|
||||
|
||||
# $FreeBSD$
|
||||
# $FreeBSD: www/ru/ports/portindex,v 1.4 2002/02/17 13:57:30 phantom Exp $
|
||||
# The FreeBSD Russian Documentation Project
|
||||
# $FreeBSDru: frdp/www/ru/ports/portindex,v 1.7 2001/12/26 09:52:40 phantom Exp $
|
||||
# Original revision: 1.42
|
||||
|
@ -60,7 +60,7 @@ sub getdate {
|
|||
|
||||
sub header {
|
||||
local ($fh, $htext) = @_;
|
||||
print $fh "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 3.2//EN\" [\n";
|
||||
print $fh "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" [\n";
|
||||
print $fh "<!ENTITY base CDATA '..'>\n";
|
||||
print $fh "<!ENTITY date \"<em>$today</em>\">\n";
|
||||
print $fh "<!ENTITY title '$htext'>\n";
|
||||
|
|
Loading…
Reference in a new issue