Jerome Leclanche : patches: Use an id anchor instead of a named anchor for #legend.
Module: tools Branch: master Commit: e2b8aaf69d45b56a8b08213dc7dafa3c76721852 URL: http://source.winehq.org/git/tools.git/?a=commit;h=e2b8aaf69d45b56a8b08213dc... Author: Jerome Leclanche <adys.wh(a)gmail.com> Date: Mon Apr 25 21:31:55 2011 +0100 patches: Use an id anchor instead of a named anchor for #legend. --- patches/update | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/patches/update b/patches/update index 70d05e3..17dc056 100755 --- a/patches/update +++ b/patches/update @@ -171,7 +171,7 @@ foreach my $file (sort { $patches{$b}->{"order"} <=> $patches{$a}->{"order"} } k print INDEX "</table></div>\n"; $row = 0; -print INDEX "<div class=\"legend\"><h2><a name=\"legend\">Legend</a></h2>\n"; +print INDEX "<div class=\"legend\"><h2 id=\"legend\">Legend</h2>\n"; print INDEX "<table class=\"legend\"><tr><th class=\"status\">Status</th><th class=\"causes\">Possible causes</th></tr>\n"; foreach my $status (@legend) {
participants (1)
-
Alexandre Julliard