todordev / ITPMeta

It is a Joomla! extension that puts meta tags into the site code. The component provides a list with predefined and popular meta tags. There are Open Graph, Facebook, Google and other semantic tags.
http://itprism.com/free-joomla-extensions/others/open-graph-meta
Other
4 stars 4 forks source link

ITPMETA LITE Escapes the Parentheses #3

Closed ismadman closed 11 years ago

ismadman commented 11 years ago

Hi , I installed ITPMETA tonight and it works great . I have one issue, I am using Joomla 2.5.8 with a rocketheme template ( Metropolis ) . I have disabled certain plugins to see if they were effecting it ( Acesef etc ) . The problem is when I add a tag then save it the result looks like this.

<meta property=\"og:audio\" content=\"Test for escaping slashes\" />

If I try to edit it again it turns into this

<meta property=\"og:audio\" content=\"Test for escaping slashes\" />

And just keeps multiplying on each edit.

The only way to fix them is go in the database after entering them and remove them then it works

Any idea what could be the problem?

todordev commented 11 years ago

Fixed! Now works with magic quotes.