Convert source code to UTF-8
[platal.git] / plugins / compiler.iterate.php
index 9540a45..d4ca681 100644 (file)
@@ -50,6 +50,6 @@ function smarty_compiler_iterate($tag_attrs, &$compiler)
         .  "while ((\$this->_tpl_vars['$_item'] = \$_iterate_{$_item}->next()) !== null):";
 }
 
-/* vim: set expandtab: */
+/* vim: set expandtab enc=utf-8: */
 
 ?>