From 898d892ec5158dbffdace1c4b0cfeb18ea02d96f Mon Sep 17 00:00:00 2001 From: Fabii547 Date: Fri, 11 Aug 2017 12:01:34 +0200 Subject: [PATCH] Remove quotation marks around links in trophy recent activity event --- 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 160dfe234b..8469a423e9 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -3700,7 +3700,7 @@ Die E-Mail-Adresse des neuen Benutzers lautet: {@$user->email} session->getPermission('user.profile.trophy.maxUserSpecialTrophies')} Trophäen auswählen.]]> - 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 785c8f6e05..7153d1ca1b 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -3691,7 +3691,7 @@ Open the link below to access the user profile: session->getPermission('user.profile.trophy.maxUserSpecialTrophies')} trophies.]]> - getTrophy()->getLink()}">{$userTrophy->getTrophy()->getTitle()}”.]]> + getTrophy()->getLink()}">{$userTrophy->getTrophy()->getTitle()}.]]> -- 2.20.1