some problem about tags
Administrators Thanked: 265 kez
The problem has already been discussed in comments for 0.6.14, the official fix is comming in 0.6.15 which is actually this:
Bugfix: in system/functions.php at line 4758 replace return urlencode($str); with return $str;
Bugfix: in system/functions.php at line 4758 replace
return urlencode($str);
with
return $str;