Index: branches/5.3.x/admin_templates/user_item_tab.tpl =================================================================== diff -u -N -r15488 -r16108 --- branches/5.3.x/admin_templates/user_item_tab.tpl (.../user_item_tab.tpl) (revision 15488) +++ branches/5.3.x/admin_templates/user_item_tab.tpl (.../user_item_tab.tpl) (revision 16108) @@ -16,7 +16,7 @@ $Catalog.setItemCount('', ''); - $Catalog.setCurrentCategory('', ); + $Catalog.setCurrentCategory('', ); $Catalog.saveSearch('', '', ''); @@ -40,4 +40,4 @@ - \ No newline at end of file + Index: branches/5.3.x/install/upgrades.php =================================================================== diff -u -N -r15927 -r16108 --- branches/5.3.x/install/upgrades.php (.../upgrades.php) (revision 15927) +++ branches/5.3.x/install/upgrades.php (.../upgrades.php) (revision 16108) @@ -1,6 +1,6 @@ Array ('Core' => '5.2.1-B1'), '5.2.1-B2' => Array ('Core' => '5.2.1-B2'), '5.2.1-RC1' => Array ('Core' => '5.2.1-RC1'), + '5.2.1' => Array ('Core' => '5.2.1'), '5.3.0-B1' => Array ('Core' => '5.3.0-B1'), ); } Index: branches/5.3.x/install/upgrades.sql =================================================================== diff -u -N -r15927 -r16108 --- branches/5.3.x/install/upgrades.sql (.../upgrades.sql) (revision 15927) +++ branches/5.3.x/install/upgrades.sql (.../upgrades.sql) (revision 16108) @@ -148,4 +148,6 @@ # ===== v 5.2.1-RC1 ===== +# ===== v 5.2.1 ===== + # ===== v 5.3.0-B1 ===== Index: branches/5.3.x/units/articles/articles_event_handler.php =================================================================== diff -u -N -r15927 -r16108 --- branches/5.3.x/units/articles/articles_event_handler.php (.../articles_event_handler.php) (revision 15927) +++ branches/5.3.x/units/articles/articles_event_handler.php (.../articles_event_handler.php) (revision 16108) @@ -1,6 +1,6 @@ GetXML(true) ); // $node->firstChild->Data // $node->Data + $data = kUtil::unescape($node->GetXML(true), kUtil::ESCAPE_HTML); // $node->firstChild->Data // $node->Data break; default: @@ -591,4 +591,4 @@ $master_config->setClones($clones); } } - } \ No newline at end of file + } Index: branches/5.3.x/admin_templates/catalog_tab.tpl =================================================================== diff -u -N -r15488 -r16108 --- branches/5.3.x/admin_templates/catalog_tab.tpl (.../catalog_tab.tpl) (revision 15488) +++ branches/5.3.x/admin_templates/catalog_tab.tpl (.../catalog_tab.tpl) (revision 16108) @@ -28,7 +28,7 @@ $Catalog.setItemCount('', ''); - $Catalog.setCurrentCategory('', ); + $Catalog.setCurrentCategory('', ); $Catalog.saveSearch('', '', ''); @@ -61,4 +61,4 @@ - \ No newline at end of file +