X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/2b4b34a76f42841e964a549fc64c02ba4f60a3f4..6bde4b82ec04ee5a1622220663bcacca2ec301d6:/src/phorkie/HtmlHelper.php diff --git a/src/phorkie/HtmlHelper.php b/src/phorkie/HtmlHelper.php index ebda58b..ea21ab5 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 = ''; $fileExt = null; if ($file !== null) { $fileExt = $file->getExt(); @@ -25,4 +25,4 @@ class HtmlHelper } } -?> \ No newline at end of file +?>