mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/template-events] Correct indentation
PHPBB3-9550
This commit is contained in:
parent
8d58e69ed3
commit
04f55ba306
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ class phpbb_template_filter extends php_user_filter
|
|||
// return value here will be compiled code (html with embedded php).
|
||||
// we don't want to wrap it in php tags here.
|
||||
return '<?php ' . $this->compile_tag_event($matches[2]) . '?>';
|
||||
break;
|
||||
break;
|
||||
|
||||
default:
|
||||
return $matches[0];
|
||||
|
|
Loading…
Add table
Reference in a new issue