& -> & in href URL
Rapped over the knuckles by: wosch
This commit is contained in:
parent
b9013e6e77
commit
074391d982
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4056
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
<!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 title 'Year 2000 Compatibility (aka "Millennium Bug")'>
|
||||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
<!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>
|
<html>
|
||||||
&header;
|
&header;
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
These errors affected all years.
|
These errors affected all years.
|
||||||
</dd>
|
</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&r2=1.4">tar/getdate.y</a></dt>
|
||||||
<dd>Function Convert() was hard-coded for two digit years in range 70-99.
|
<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
|
Now adjusted to allow two digit years for 1970-2069. The function
|
||||||
does not allow for century non-leap years - y2k1 alert!
|
does not allow for century non-leap years - y2k1 alert!
|
||||||
|
|
Loading…
Reference in a new issue