- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 29 Jun 2009 14:35:24 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv24406/httpd/cgi-bin
Modified Files:
check
Log Message:
Whitespace, NFC.
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.662
retrieving revision 1.663
diff -u -d -r1.662 -r1.663
--- check 29 Jun 2009 14:33:38 -0000 1.662
+++ check 29 Jun 2009 14:35:22 -0000 1.663
@@ -833,8 +833,8 @@
}
else {
$File->{'Error Flagged'} = TRUE;
- $File->{Templates}->{Error}->param(fatal_no_checker => TRUE);
- $File->{Templates}->{Error}->param(fatal_missing_checker => "HTML5 Validator");
+ $File->{Templates}->{Error}->param(fatal_no_checker => TRUE);
+ $File->{Templates}->{Error}->param(fatal_missing_checker => "HTML5 Validator");
}
}
elsif(($File->{DOCTYPE} eq '') and (($File->{Root} eq "svg") or @{$File->{Namespaces}} >1)){
@@ -1283,7 +1283,7 @@
} elsif ($File->{Opt}->{Output} eq 'n3') {
$template = $File->{Templates}->{EARLN3};
} elsif ($File->{Opt}->{Output} eq 'json') {
- $template = $File->{Templates}->{JSON};
+ $template = $File->{Templates}->{JSON};
} elsif ($File->{Opt}->{Output} eq 'ucn') {
$template = $File->{Templates}->{UCN};
} elsif ($File->{Opt}->{Output} eq 'soap12') {
Received on Monday, 29 June 2009 14:35:34 UTC