& -> & in href URL

Rapped over the knuckles by: wosch
This commit is contained in:
Daniel O'Callaghan 1999-01-13 21:17:49 +00:00
parent b9013e6e77
commit 074391d982
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4056

View file

@ -1,9 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1999-01-13 06:43:24 $">
<!ENTITY date "$Date: 1999-01-13 21:17:49 $">
<!ENTITY title 'Year 2000 Compatibility (aka "Millennium Bug")'>
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]>
<!-- $Id: y2kbug.sgml,v 1.14 1999-01-13 06:43:24 danny Exp $ -->
<!-- $Id: y2kbug.sgml,v 1.15 1999-01-13 21:17:49 danny Exp $ -->
<html>
&header;
@ -115,7 +115,7 @@
These errors affected all years.
</dd>
<dt><a href="http://www.freebsd.org/cgi/cvsweb.cgi/src/gnu/usr.bin/tar/getdate.y.diff?r1=1.3&r2=1.4">tar/getdate.y</a></dt>
<dt><a href="http://www.freebsd.org/cgi/cvsweb.cgi/src/gnu/usr.bin/tar/getdate.y.diff?r1=1.3&amp;r2=1.4">tar/getdate.y</a></dt>
<dd>Function Convert() was hard-coded for two digit years in range 70-99.
Now adjusted to allow two digit years for 1970-2069. The function
does not allow for century non-leap years - y2k1 alert!