7 messages in com.googlegroups.pylons-discussRe: Mako escaping javascript/styleshe...| From | Sent On | Attachments |
|---|---|---|
| Devin Torres | 25 Apr 2008 13:22 | |
| Devin Torres | 25 Apr 2008 13:28 | |
| Jorge Vargas | 25 Apr 2008 13:33 | |
| Ben Bangert | 25 Apr 2008 13:37 | |
| Devin Torres | 25 Apr 2008 13:58 | |
| Ben Bangert | 25 Apr 2008 14:09 | |
| Devin Torres | 25 Apr 2008 14:15 |
| Subject: | Re: Mako escaping javascript/stylesheet WebHelpers![]() |
|---|---|
| From: | Jorge Vargas (jorg...@gmail.com) |
| Date: | 04/25/2008 01:33:56 PM |
| List: | com.googlegroups.pylons-discuss |
On Fri, Apr 25, 2008 at 4:29 PM, Devin Torres <devi...@gmail.com> wrote:
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 }
in which version is this? I'm running the above and I'm not needing what your saying.
On Fri, Apr 25, 2008 at 3:22 PM, Devin Torres <devi...@gmail.com> 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 pylo...@googlegroups.com
To unsubscribe from this group, send email to
pylo...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---




