Merge remote-tracking branch 'skl85/hotfix-extautodetect'
[phorkie.git] / src / phorkie / HtmlHelper.php
index ebda58bcc2e3c497d7c69dc60e014e6a5a9c0239..af046cf2c8caa03fc7495f93136298404d8a0a35 100644 (file)
@@ -5,7 +5,7 @@ class HtmlHelper
 {
     public function getLanguageOptions(File $file = null)
     {
-        $html = '';
+        $html = '<option value="_auto_">* automatic *</option>';
         $fileExt = null;
         if ($file !== null) {
             $fileExt = $file->getExt();