Index: trunk/kernel/frontaction.php =================================================================== diff -u -r273 -r275 --- trunk/kernel/frontaction.php (.../frontaction.php) (revision 273) +++ trunk/kernel/frontaction.php (.../frontaction.php) (revision 275) @@ -2,7 +2,7 @@ if( defined('DEBUG_ACTIONS') && (DEBUG_ACTIONS & FRONT_KERNEL_ACTIONS) == FRONT_KERNEL_ACTIONS ) { - if($Action) echo "Front, Kernel Action [$Action]
\n"; + if($Action) echo 'Front, Kernel Action ['.$Action."]
\n"; } if( defined('DEBUG_ACTIONS') && (DEBUG_ACTIONS & FRONT_SHOW_REQUEST) == FRONT_SHOW_REQUEST ) Index: trunk/kernel/action.php =================================================================== diff -u -r271 -r275 --- trunk/kernel/action.php (.../action.php) (revision 271) +++ trunk/kernel/action.php (.../action.php) (revision 275) @@ -4,7 +4,7 @@ if( defined('DEBUG_ACTIONS') && (DEBUG_ACTIONS & KERNEL_ACTIONS) == KERNEL_ACTIONS ) { - if($Action) echo "Kernel Action [$Action]
\n"; + if($Action) echo 'Kernel Action ['.$Action."]
\n"; } if( defined('DEBUG_ACTIONS') && (DEBUG_ACTIONS & SHOW_REQUEST) == SHOW_REQUEST )