From: Alexander Ebert Date: Sat, 7 Jan 2017 18:55:33 +0000 (+0100) Subject: Fixed escaping issue X-Git-Tag: 3.0.0~21 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bc8559b8c60b9dbc7cf70c16d4e9ea11c3244524;p=GitHub%2FWoltLab%2FWCF.git Fixed escaping issue --- diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index 4f3155ca70..187c7acfb5 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -522,7 +522,7 @@ - {$group->groupName|language} wirklich kopieren?]]> + {$group->groupName|language|encodeJS} wirklich kopieren?]]> diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 7c9cb6142c..1808032d2d 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -518,7 +518,7 @@ Examples for medium ID detection: - {$group->groupName|language}?]]> + {$group->groupName|language|encodeJS}?]]>