aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/template.php')
-rw-r--r--phpBB/includes/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/template.php b/phpBB/includes/template.php
index 1e230dd311..791cbb069e 100644
--- a/phpBB/includes/template.php
+++ b/phpBB/includes/template.php
@@ -831,7 +831,7 @@ class template
}
}
- return (($elseif) ? '} elseif (' : 'if (') . (implode(' ', $tokens) . ') { ');
+ return (($elseif) ? '} else if (' : 'if (') . (implode(' ', $tokens) . ') { ');
}
function compile_tag_define($tag_args, $op)