lxzliuxinzhu / syntaxhighlighter

Automatically exported from code.google.com/p/syntaxhighlighter
GNU General Public License v3.0
0 stars 0 forks source link

Hyperlink PHP converted to ASCII [Wordpress] #164

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Creating a hyperlink with a php link inside converts some characters to
ASCII. (using php brush)
I.E.
<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php
_e('Permanent link to'); ?>">

outputs as:
<a href="%3C?php%20the_permalink%28%29%20?%3E" rel="bookmark" title="<?php
_e('Permanent link to'); ?>">

this only happens for "href", changing href to "hre" and it displays correctly

Original issue reported on code.google.com by Breaker2...@gmail.com on 7 Sep 2009 at 9:19