Fixes vim mode line.
[platal.git] / plugins / block.tidy.php
index 2e1ff55..b13251c 100644 (file)
@@ -50,5 +50,5 @@ function smarty_block_tidy($params, $content, $smarty)
     return tidy_repair_string($content, $tidy_config, 'utf8');
 }
 
-// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8:
+// vim:set et sw=4 sts=4 sws=4 foldmethod=marker fenc=utf-8:
 ?>