FireFile
FireFile copied to clipboard
firefile.php urlencode() bugs
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
Still no fix for that?