validator/httpd/cgi-bin check,1.337,1.338

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

Modified Files:
	check 
Log Message:
fix for http://www.w3.org/Bugs/Public/show_bug.cgi?id=772

Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.337
retrieving revision 1.338
diff -u -d -r1.337 -r1.338
--- check	5 Sep 2004 10:27:13 -0000	1.337
+++ check	8 Sep 2004 16:10:56 -0000	1.338
@@ -1784,10 +1784,9 @@
     $heading =~ s/\s+/ /g;
     $heading =~ s/^[- ]//;
     $heading = &ent($heading);
-    $outline .= "    <li>$heading</li>\n";
+    $outline .= "    <li>$heading\n";
   }
-  $outline .= "    </ul>\n" x $level;
-
+  $outline .= "    </li></ul>\n" x $level;
   return $outline;
 }
 

Received on Wednesday, 8 September 2004 16:10:59 UTC