validator/httpd/cgi-bin check,1.305.2.106,1.305.2.107

Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv30588

Modified Files:
      Tag: validator-0_6_0-branch
	check 
Log Message:
Include "Verbose output" link only in non-verbose results, add missing </p>.


Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.305.2.106
retrieving revision 1.305.2.107
diff -u -d -r1.305.2.106 -r1.305.2.107
--- check	6 May 2004 18:25:41 -0000	1.305.2.106
+++ check	6 May 2004 18:35:41 -0000	1.305.2.107
@@ -1039,9 +1039,16 @@
   $thispage .= ';No200=1'   if $File->{Opt}->{'No200'};
   # end redundant code
   print <<".EOF.";
-      <p><a href="docs/users.html#Options">Help</a> on the options is available.
-	<a href="$thispage;verbose=1">Verbose output</a> will give you explanations in addition to the error messages.
+      <p>
+        <a href="docs/users.html#Options">Help</a> on the options is available.
 .EOF.
+  if (! $File->{Opt}->{'Verbose'}) {
+    print <<".EOF.";
+	      <a href="$thispage;verbose=1">Verbose output</a> will give you
+        explanations in addition to the error messages.
+.EOF.
+  }
+  print qq(      </p>\n);
   print qq(      </fieldset>\n);
 
   print qq(  </form>\n);

Received on Thursday, 6 May 2004 14:36:07 UTC