akonsu
unread,Sep 4, 2011, 12:06:40 AM9/4/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Yesod Web Framework
hello,
as you know, in a hamlet template designed for html5, a favicon can be
specified by
<link rel="icon" href=@{FaviconR} sizes="32x32" type="image/png">
this compiles with no errors if getFaviconR returns an .ICO file, or
any other file other than PNG. so there is no relation between what I
put in the attributes in the <lnk> above and what my route returns.
is there a way to make it no compile if the <link> contains wrong
"type" attribute?
thanks
konstantin