From ebbec094fab3cef2f96f3ab0d7afd4f19b627db0 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sat, 5 Aug 2017 14:45:41 +0200 Subject: [PATCH] Remove quotation marks around links in trophy user notifications --- wcfsetup/install/lang/de.xml | 2 +- wcfsetup/install/lang/en.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index 0e253b4b9d..697309a51c 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -3978,7 +3978,7 @@ Benachrichtigungen auf {PAGE_TITLE|language - getTrophy()->getLink()}">{$userTrophy->getTrophy()->getTitle()}“ erhalten.]]> + getTrophy()->getLink()}">{$userTrophy->getTrophy()->getTitle()} erhalten.]]> diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 430e68150c..f78fa206cf 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -3971,7 +3971,7 @@ your notifications on {PAGE_TITLE|language} - getTrophy()->getLink()}">{$userTrophy->getTrophy()->getTitle()}“.]]> + getTrophy()->getLink()}">{$userTrophy->getTrophy()->getTitle()}.]]> -- 2.20.1