• Resolved fenslett

    (@fenslett)


    Hi.
    I wrote source codes using escape characters such as <, > but this plugin keep recognizing them the beginning and end of an HTML tag.

    For example,

    <Directory /path/to/destination/>
    	Options +FollowSymLinks +Indexes
    	AllowOverride none
    	Order Allow,deny
    	Allow from all
    </Directory>

    is translated into

    <directory path="" to="" destination="">
        Options +FollowSymLinks +Indexes
        AllowOverride none
        Order Allow,deny
        Allow from all
    </directory>

    EDIT: The strange thing is the problem didn’t occur when a code contains &lt and &gt without semicolon.

    https://ww.wp.xz.cn/plugins/wpglobus/

Viewing 1 replies (of 1 total)
  • More information please:
    – where did you write this?
    – what happens when you deactivate WPGlobus?
    – which other plugins do you use?
    – which theme is active?

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Escape character doesn't work!’ is closed to new replies.