Feature #238

summary

Added by gilles-cherix-epfl-ch - 1307 days ago. Updated 779 days ago.

Status :Closed Start :
Priority :Normal Due date :
Assigned to :tobi - % Done :

0%

Category :frontend
Target version :Maybe Someday
Resolution :

fixed


Description

The CSS validation link in layout/articles.rhtml is define like this :

<a href="http://jigsaw.w3.org/css-validator/validator?uri=blog.leetsoft.com">Valid CSS</a>

whereas it should be like :

<a href="http://jigsaw.w3.org/css-validator/validator?uri=referer">Valid CSS</a>

History

04/23/2005 11:44 AM - gilles-cherix-epfl-ch -

Can only be fixed when the CSS validator will allow URI=referer...

04/23/2005 03:09 PM - Seth -

  • Status changed from New to Closed
  • Resolution set to fixed

(In r194) The CSS validation link now links to the actual site url. fixes #54

Also available in: Atom PDF