• Resolved hupe13

    (@hupe13)


    I have a php snippet with a code like

    str_replace("<", "&lt;",$text)

    But the snippet editor changes it to

    str_replace("<", "<",$text)

    How do I get the code work?

    Thank you very much.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mircea Sandu

    (@gripgrip)

    Hi @hupe13,

    Thank you for reporting this, we are already working on a fix and we’ll include it in the next release which will become available soon.

    Plugin Author Mircea Sandu

    (@gripgrip)

    I wanted to mention that the issue seems to be only in regards to how the code is displayed in the editor but it should still work correctly. A fix in how it is displayed will be included in the next release.

    Thread Starter hupe13

    (@hupe13)

    You are right, the entry in the database is correct, but only the first time. If I change the code, I must change these characters also.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘HTML chars’ is closed to new replies.