tobiasstrebitzer / FireFile

Firefox CSS Live Editing Plugin
www.firefile.at
53 stars 12 forks source link

firefile.php urlencode() bugs #46

Open andreasotto opened 11 years ago

andreasotto commented 11 years ago

css attributs like this will not work in firefile.php because of urldecode():

h4.teaser + a.btn { .... }

The plus sign disappears because of urldecode().

Use rawurldecode() instead and everything will work again. That should be fixed in future versions of firefile.php

andreasotto commented 11 years ago

Still no fix for that?