aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template/renderer_include.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/template/renderer_include.php')
-rw-r--r--phpBB/includes/template/renderer_include.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/template/renderer_include.php b/phpBB/includes/template/renderer_include.php
index b495105877..40e7a3376c 100644
--- a/phpBB/includes/template/renderer_include.php
+++ b/phpBB/includes/template/renderer_include.php
@@ -44,6 +44,7 @@ class phpbb_template_renderer_include implements phpbb_template_renderer
/**
* Displays the template managed by this renderer by including
* the php file containing the template.
+ *
* @param phpbb_template_context $context Template context to use
* @param array $lang Language entries to use
*/