Convert source code to UTF-8
[platal.git] / include / banana / hooks.inc.php
index 9302b9b..1ce979d 100644 (file)
@@ -115,4 +115,5 @@ function hook_makeImg($img, $alt, $height, $width)
     return '<img src="' . $url . '"' . $height . $width . ' alt="' . $alt . '" />';
 }
 
+// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8:
 ?>