Index: branches/5.2.x/core/units/categories/categories_tag_processor.php =================================================================== diff -u -N -r15274 -r15314 --- branches/5.2.x/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 15274) +++ branches/5.2.x/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 15314) @@ -1,6 +1,6 @@ Application->GetVar('keywords')) ); + $keywords = htmlspecialchars_decode( trim($this->Application->GetVar('keywords')) ); if ( !$keywords ) { return ''; }