mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Stop printing underscores around untranslated strings.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
f2b1d0a9a2
commit
361609a034
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue