Did you know ... | Search Documentation: |
Pack weblog -- prolog/info/html/html_comments.pl |
Various tools for html comments
Part of Weblog Licensed under the LGPL
For example
if('lte IE 8',
link([ rel(stylesheet),
href('http://cdn.bigco.com/stylesheet.for.ie.css')
]))
produces
<!--[if lte IE 8]> <link rel="stylesheet" href="http://cdn.bigco.com/stylesheet.for.ie.css"> <![endif]-->
==