Index: trunk/core/kernel/application.php =================================================================== diff -u -r6583 -r6622 --- trunk/core/kernel/application.php (.../application.php) (revision 6583) +++ trunk/core/kernel/application.php (.../application.php) (revision 6622) @@ -946,7 +946,10 @@ { $a_tag = new Tag('',$this->Parser); $a_tag->Tag = $tag; - $a_tag->Processor = $prefix; + $tmp=$this->Application->processPrefix($prefix); + $a_tag->Processor = $tmp['prefix']; +// $a_tag->Processor = $tmp[0]; + $a_tag->Special = $tmp['special']; $a_tag->NamedParams = $params; return $a_tag->DoProcessTag(); }