aboutsummaryrefslogtreecommitdiff
path: root/src/phorkie/HtmlHelper.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/phorkie/HtmlHelper.php')
-rw-r--r--src/phorkie/HtmlHelper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/phorkie/HtmlHelper.php b/src/phorkie/HtmlHelper.php
index ebda58b..af046cf 100644
--- a/src/phorkie/HtmlHelper.php
+++ b/src/phorkie/HtmlHelper.php
@@ -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();