Feature #238
summary
| 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>
