From: Fabii547 Date: Fri, 11 Aug 2017 10:01:34 +0000 (+0200) Subject: Remove quotation marks around links in trophy recent activity event X-Git-Tag: 3.1.0_Alpha_1~43^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=898d892ec5158dbffdace1c4b0cfeb18ea02d96f;p=GitHub%2FWoltLab%2FWCF.git Remove quotation marks around links in trophy recent activity event --- 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()}.]]>