FireFile icon indicating copy to clipboard operation
FireFile copied to clipboard

firefile.php urlencode() bugs

Open andreasotto opened this issue 12 years ago • 1 comments

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 avatar Mar 03 '13 20:03 andreasotto

Still no fix for that?

andreasotto avatar Apr 12 '13 12:04 andreasotto