[feature/template-events] Correct indentation

PHPBB3-9550
This commit is contained in:
Nathan Guse 2012-10-18 17:21:08 -05:00 committed by Oleg Pudeyev
parent 8d58e69ed3
commit 04f55ba306

View file

@ -348,7 +348,7 @@ class phpbb_template_filter extends php_user_filter
// return value here will be compiled code (html with embedded php). // return value here will be compiled code (html with embedded php).
// we don't want to wrap it in php tags here. // we don't want to wrap it in php tags here.
return '<?php ' . $this->compile_tag_event($matches[2]) . '?>'; return '<?php ' . $this->compile_tag_event($matches[2]) . '?>';
break; break;
default: default:
return $matches[0]; return $matches[0];