About link of original CSS (Re: To fix syntax errors of HTML files

> > -Link for original object is valid only for "By
> URI".
> 
> Can you give more details?
> 

  <a href="..."> link for original html or css is valid
only when you check CSS "By URI".  If you check CSS "By
file upload" or "By direct input", Link below did not
work.  

diff -u -b -r
z:\cssvalidator\2002\css-validator/org/w3c/css/css/xhtml.properties
z:\jigsaw\jigsaw\www\servlet\css-validator/org/w3c/css/css/xhtml.properties
---
z:\cssvalidator\2002\css-validator/org/w3c/css/css/xhtml.properties
Thu Feb 05 09:41:58 2009
+++
z:\jigsaw\jigsaw\www\servlet\css-validator/org/w3c/css/css/xhtml.properties
Wed Feb 04 15:33:46 2009
@@ -39,7 +42,11 @@
         </ul>
 #end
 <div id="results_container">
+#if ($file_title.trim().startsWith("http://"))
         <h2>$W3C_validator_results <a
href="$file_title">$file_title</a> ($css)</h2>
+#else
+        <h2>$W3C_validator_results $file_title
($css)</h2>
+#end
 #if ( !$no_errors_report )
     #if ($errors_count == 0)
         <!-- NO ERRORS -->
  
                                              Makoto

--------------------------------------
Yahoo! JAPAN - Internet safety for children and parents.
http://pr.mail.yahoo.co.jp/security/

Received on Thursday, 5 February 2009 07:05:48 UTC