diff options
Diffstat (limited to 'phpBB/includes/functions_template.php')
-rw-r--r-- | phpBB/includes/functions_template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_template.php b/phpBB/includes/functions_template.php index 6def26f032..c37f1292c4 100644 --- a/phpBB/includes/functions_template.php +++ b/phpBB/includes/functions_template.php @@ -492,7 +492,7 @@ class template_compile $match[4] = strtoupper($match[4]); break; - case '.'; + case '.': $match[4] = doubleval($match[4]); break; |