-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Another Prob. I tried:
=============== SNIP ==================
<head py:match="head">
${ h.javascript_include_tag('/javascripts/effects.js', builtins=True) }
${ h.javascript_include_tag('/js/ispmanccp.js') }
${ h.stylesheet_link_tag('/style/main.css') }
${ page_specific_css }
</head>
=============== SNIP END ==================
and the output is:
=============== SNIP ==================
<head>
<script src="/javascripts/prototype.js"
type="text/javascript"></script>
<script src="/javascripts/scriptaculous.js"
type="text/javascript"></script>
<script src="/javascripts/effects.js"
type="text/javascript"></script>
<script src="/js/ispmanccp.js"
type="text/javascript"></script>
<link href="/style/main.css" media="screen" rel="Stylesheet"
type="text/css" />
</head>
=============== SNIP END ==================
So the stream escaped <, >, how do I stop that?
Thanks!
- --
Pedro Algarvio
__ ___ ___ _______ ___ __
| Y .' _| _ .-----.' _| |_ .-----.----.-----.
|. | | _| 1___| _ | _| _|__| _ | _| _ |
|. | |__| |____ |_____|__| |____|__|_____|__| |___ |
|: 1 | |: 1 | |_____|
|::.. . | |::.. . | ufs [AT] ufsoft [DOT] org
`-------' `-------' ufs [AT] sapo [DOT] pt
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
iD8DBQFFNCguniPxVTX2hA4RAshKAJ4gi1R/wUdsdIvRqTFIASfFF5yVYACfU2cl
HhwxPu+5ItMno3+As6HqtSo=
=Tfoi
-----END PGP SIGNATURE-----
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---