Nevermind. It seems there was a bug in Mako.
It never needed the filter syntax before, but changing it to this did the trick:
${ h.stylesheet_link_tag('blueprint/src/reset.css',
'blueprint/src/typography.css',
'blueprint/src/grid.css',
'blueprint/src/forms.css',
'blueprint/plugins/css-classes/css-classes.css',
media="screen,
projection",
minified=True,
combined=True) | n }
On Fri, Apr 25, 2008 at 3:22 PM, Devin Torres <[EMAIL PROTECTED]> wrote:
> This used to work.
> ${ h.stylesheet_link_tag('blueprint/src/reset.css',
>
> 'blueprint/src/typography.css',
>
> 'blueprint/src/grid.css',
>
> 'blueprint/src/forms.css',
>
> 'blueprint/plugins/css-classes/css-classes.css',
> media="screen,
> projection",
> minified=True,
> combined=True) }
>
> But now all I get is this:
>
> <link href="/stylesheets/blueprint/src/reset.css"
> media="screen, projection" rel="Stylesheet"
> type="text/css" />
>
> <link href="/stylesheets/blueprint/src/typography.css"
> media="screen, projection" rel="Stylesheet"
> type="text/css" />
> <link href="/stylesheets/blueprint/src/grid.css"
> media="screen, projection" rel="Stylesheet"
> type="text/css" />
>
> <link href="/stylesheets/blueprint/src/forms.css"
> media="screen, projection" rel="Stylesheet"
> type="text/css" />
> <link
> href="/stylesheets/blueprint/plugins/css-classes/css-classes.css"
> media="screen, projection" rel="Stylesheet"
> type="text/css" />
>
> <link href="/stylesheets/blueprint/print.css"
> media="print" rel="Stylesheet"
> type="text/css" />
> <!--[if IE]><link href="/blueprint/ie.css"
> media="screen, projection" rel="Stylesheet"
> type="text/css" /><![endif]-->
>
> Has anybody seen this before?
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---