[PHPTAL] Stupid Newbie Question

Werner lists at mollentze.co.za
Tue Nov 28 20:23:55 CET 2006


Hi

I recently discovered PHPTAL, and I would like to thank everyone 
involved with the project. It is simply fantastic, even for an old 
Smarty guy like me :-)

I don't want to waste your time, but I have a real stupid newbie question...

In my XHTML template I have the following commonly-used source:
    <style type="text/css">@import url("css/screen.css");</style>

When the template is executed by PHPTAL, the quotes are transformed to 
named entities:
    <style type="text/css">@import url(&quot;css/screen.css&quot;);</style>

Obviously, this is not what I had in mind.

How can I keep the XHTML source quotes intact?

(This is probably a common newbie question about PHPTAL, I suppose?)

Thank you for your time,
Werner



More information about the PHPTAL mailing list