Index: trunk/core/kernel/db/db_tag_processor.php =================================================================== diff -u -r2720 -r2810 --- trunk/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 2720) +++ trunk/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 2810) @@ -235,7 +235,9 @@ function ListMarker($params) { $list =& $this->GetList($params); - return $list->getPrefixSpecial(); + $ret = $list->getPrefixSpecial(); + if( getArrayValue($params, 'as_preg') ) $ret = preg_quote($ret, '/'); + return $ret; } function SubmitName($params) Index: trunk/kernel/admin_templates/incs/grid_blocks.tpl =================================================================== diff -u -r2633 -r2810 --- trunk/kernel/admin_templates/incs/grid_blocks.tpl (.../grid_blocks.tpl) (revision 2633) +++ trunk/kernel/admin_templates/incs/grid_blocks.tpl (.../grid_blocks.tpl) (revision 2810) @@ -268,7 +268,7 @@ _Sort1_Dir" name="_Sort1_Dir" value="asc"> - + nobottomnotop"> @@ -295,7 +295,7 @@