Ik loop er een tijdje tegen aan.
Op een website heb ik content pannel, hier op kunnen klanten zelf content editen.
De pagina ziet er goed uit, maar als ik naar de bron code kijk zie ik het volgende:
stukje code:
<br />
<br />
<img height="\"\\"\\\\"\\\\\\\\"500px\\\\\\\\"\\\\"\\"\"" src="\" width="\"\\"\\\\"\\\\\\\\"600px\\\\\\\\"\\\\"\\"\"" /><br />
<br />
<img height="\"\\"\\\\"\\\\\\\\"500px\\\\\\\\"\\\\"\\"\"" src="\" width="\"\\"\\\\"\\\\\\\\"600px\\\\\\\\"\\\\"\\"\"" /><br />
<br />
<img src="\" /><br />
<br />
<img height="\"\\"\\\\"\\\\\\\\"450px\\\\\\\\"\\\\"\\"\"" src="\" width="\"\\"\\\\"\\\\\\\\"500px\\\\\\\\"\\\\"\\"\"" /><br />
<br />
<img height="\"\\"\\\\"\\\\\\\\"200px\\\\\\\\"\\\\"\\"\"" src="\" width="\"\\"\\\\"\\\\\\\\"300px\\\\\\\\"\\\\"\\"\"" /> <img height="\"\\"\\\\"\\\\\\\\"200px\\\\\\\\"\\\\"\\"\"" src="\" width="\"\\"\\\\"\\\\\\\\"300px\\\\\\\\"\\\\"\\"\"" /> <img height="\"\\"\\\\"\\\\\\\\"200px\\\\\\\\"\\\\"\\"\"" src="\" width="\"\\"\\\\"\\\\\\\\"300px\\\\\\\\"\\\\"\\"\"" /></center>ik wordt echt moe van die \ het lijkt wel als of hij geescapt wordt...
lijkt ook bij " te gebeuren...
Hoe los ik dit op??
Ik werk met Symfony 2.
In de view staat autoescape uit.
in de controller wordt de content op de body gezet..
lokaal gaat het goed, maar op de server niet... wat zou dit kunnen zijn?