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:
>
>         &lt;link href=&quot;/stylesheets/blueprint/src/reset.css&quot;
>  media=&quot;screen, projection&quot; rel=&quot;Stylesheet&quot;
>  type=&quot;text/css&quot; /&gt;
>
>  &lt;link href=&quot;/stylesheets/blueprint/src/typography.css&quot;
>  media=&quot;screen, projection&quot; rel=&quot;Stylesheet&quot;
>  type=&quot;text/css&quot; /&gt;
>  &lt;link href=&quot;/stylesheets/blueprint/src/grid.css&quot;
>  media=&quot;screen, projection&quot; rel=&quot;Stylesheet&quot;
>  type=&quot;text/css&quot; /&gt;
>
>  &lt;link href=&quot;/stylesheets/blueprint/src/forms.css&quot;
>  media=&quot;screen, projection&quot; rel=&quot;Stylesheet&quot;
>  type=&quot;text/css&quot; /&gt;
>  &lt;link 
> href=&quot;/stylesheets/blueprint/plugins/css-classes/css-classes.css&quot;
>  media=&quot;screen, projection&quot; rel=&quot;Stylesheet&quot;
>  type=&quot;text/css&quot; /&gt;
>
>         &lt;link href=&quot;/stylesheets/blueprint/print.css&quot;
>  media=&quot;print&quot; rel=&quot;Stylesheet&quot;
>  type=&quot;text/css&quot; /&gt;
>         <!--[if IE]>&lt;link href=&quot;/blueprint/ie.css&quot;
>  media=&quot;screen, projection&quot; rel=&quot;Stylesheet&quot;
>  type=&quot;text/css&quot; /&gt;<![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
-~----------~----~----~----~------~----~------~--~---

Reply via email to