Index: branches/5.3.x/core/units/categories/categories_tag_processor.php =================================================================== diff -u -N -r15980 -r16111 --- branches/5.3.x/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 15980) +++ branches/5.3.x/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 16111) @@ -1,6 +1,6 @@ Application->GetVar('keywords'))); - + $keywords = $this->Application->unescapeRequestVariable(trim($this->Application->GetVar('keywords'))); if ( !$keywords ) { return ''; } @@ -2284,4 +2283,4 @@ return $this->Application->ParseBlock($block_params); } -} \ No newline at end of file +}