By: Newton Pasqualini
Date: 2009-10-01
Time: 00:30
|
Showing HTML attributes with slashes
Hi there,
I am not an user of TBS, I am learning about then right now.
I need to migrate a sistem based over TBS to another server, from CentOS to Ubuntu, and when the app is running over Ubuntu the system is showing the code like this:
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">
<link rel=\"stylesheet\" href=\"design/estilos.css\" type=\"text/css\">
If you observe that code, all HTML attributes are escaped.
Over CentOS the same code is working.
Anybody can help me?
Kind Regards
Newton Pasqualini Filho
|
By: Skrol29
Date: 2009-10-02
Time: 14:03
|
Re: Showing HTML attributes with slashes
Hi,
Is that for all attributes of the page, or only attributes that come from a TBS merge?
|