Handling " in Editor - Joomla! Forum - community, help and support
i mad " destroys code everywhere. has nothing missing protocol because mad " appears before quotation mark (") in tag.
a tag this: <span class="hidden-phone"> becomes this: <span class=\""hidden-phone\"">
or tag this:
<img class="bigimg" src="images/stories/redkom.jpg" alt="bild" width="468" />
becomes this:
<img class=\"bigimg\" src=\"images/stories/redkom.jpg\" alt=\"bild\" width=\"468\" />
as save page.
first thought editor did it. problem continued when turned off tinymce.
does know how out of " misery
a tag this: <span class="hidden-phone"> becomes this: <span class=\""hidden-phone\"">
or tag this:
<img class="bigimg" src="images/stories/redkom.jpg" alt="bild" width="468" />
becomes this:
<img class=\"bigimg\" src=\"images/stories/redkom.jpg\" alt=\"bild\" width=\"468\" />
as save page.
first thought editor did it. problem continued when turned off tinymce.
does know how out of " misery
webdongle wrote:php magic quotes setting ?
Comments
Post a Comment