- From: Ville Skytta <ville@hutz.w3.org>
- Date: Sat, 15 May 2004 10:17:50 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv4013
Modified Files:
Tag: validator-0_6_0-branch
check
Log Message:
s|<br/>|<br />|
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.305.2.115
retrieving revision 1.305.2.116
diff -u -d -r1.305.2.115 -r1.305.2.116
--- check 15 May 2004 07:21:34 -0000 1.305.2.115
+++ check 15 May 2004 10:17:48 -0000 1.305.2.116
@@ -1902,7 +1902,7 @@
#DEBUG: Print misc. vars relevant to source display.
if ($DEBUG) {
- $line .= "<br/> <strong>org length: $orglength - adj length: $adjlength - org col: $orgcol - adj col: $adjcol</strong>";
+ $line .= "<br /> <strong>org length: $orglength - adj length: $adjlength - org col: $orgcol - adj col: $adjcol</strong>";
}
#DEBUG;
Received on Saturday, 15 May 2004 06:21:27 UTC