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
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