Categories > TinyButStrong general >

html characters change in special characters when i echo in template

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Brij kishor
Date: 2009-05-19
Time: 09:00

html characters change in special characters when i echo in template

i have make dynamic link
<link rel="stylesheet" href="css/style.css" type="text/css" /> in PHP file.
and takes it in a variable . when I echo it [var.variableName] Result come

&lt;link rel=&quot;stylesheet&quot; href=&quot;css/style.css&quot; type=&quot;text/css&quot; /&gt;

please tell me how to resolve that my expected result is
<link rel="stylesheet" href="css/style.css" type="text/css" /> in my html file
By: Skrol29
Date: 2009-05-19
Time: 10:33

Re: html characters change in special characters when i echo in template

Hi,

[var.variableName;htmlconv=no]