Upload 3.1.20

This commit is contained in:
Uwe Tews
2014-10-18 01:05:22 +02:00
parent 7c6b3d21fa
commit 024b336bea
11 changed files with 2100 additions and 4467 deletions

View File

@@ -70,6 +70,6 @@ class Smarty_Internal_Compile_Continue extends Smarty_Internal_CompileBase
$compiler->trigger_template_error("cannot continue {$_levels} level(s)", $compiler->lex->taglineno);
}
return "<?php continue {$_levels};?>";
return "<?php continue {$_levels}?>";
}
}