? httpd/cgi-bin/c.diff Index: htdocs/results.css =================================================================== RCS file: /sources/public/validator/htdocs/results.css,v retrieving revision 1.13.2.28 diff -a -u -r1.13.2.28 results.css --- htdocs/results.css 30 Apr 2004 04:05:40 -0000 1.13.2.28 +++ htdocs/results.css 15 May 2004 09:44:19 -0000 @@ -102,12 +102,16 @@ padding-right: 1em; } -#source code { - white-space: normal; - font-family: "Bitstream Vera Mono", monospace; +#source pre { font-size: smaller; } +#source pre a { + color: inherit; + background-color: inherit; + text-decoration: none; +} + fieldset { color: black; Index: httpd/cgi-bin/check =================================================================== RCS file: /sources/public/validator/httpd/cgi-bin/check,v retrieving revision 1.305.2.115 diff -a -u -r1.305.2.115 check --- httpd/cgi-bin/check 15 May 2004 07:21:34 -0000 1.305.2.115 +++ httpd/cgi-bin/check 15 May 2004 09:44:34 -0000 @@ -2218,14 +2218,16 @@
Below is the source input I used for this validation:
$comment
EOF
for (@{$File->{Content}}) {
- my $hline = (' ' x (4 - length "$line")) . $line;
- printf qq(%s: %s
\n), $line, $hline, ent $_;
+ my $hline = (' ' x (4 - length "$line")) . $line;
+ printf qq(%s: %s\n),
+ $line, $line, $hline, ent $_;
$line++;
}
- print "