diff options
Diffstat (limited to 'web/lib/translator.inc')
-rw-r--r-- | web/lib/translator.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/translator.inc b/web/lib/translator.inc index fb9ed63..2bb3b23 100644 --- a/web/lib/translator.inc +++ b/web/lib/translator.inc @@ -45,7 +45,7 @@ function __() { # if it's a supported language, but there isn't a translation, # alert the visitor to the missing translation. # - $translated = "_${tag}_"; + $translated = $tag; } $translated = htmlspecialchars($translated, ENT_QUOTES); |