From: Alexander Ebert Date: Thu, 28 Jul 2016 11:22:02 +0000 (+0200) Subject: Code style fix X-Git-Tag: 3.0.0_Beta_1~940 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b280fa954127191143496ff72c662d82da2207c0;p=GitHub%2FWoltLab%2FWCF.git Code style fix --- diff --git a/wcfsetup/install/files/lib/system/option/user/GooglePlusUserOptionOutput.class.php b/wcfsetup/install/files/lib/system/option/user/GooglePlusUserOptionOutput.class.php index 6ed9be4601..99dfe4fe30 100644 --- a/wcfsetup/install/files/lib/system/option/user/GooglePlusUserOptionOutput.class.php +++ b/wcfsetup/install/files/lib/system/option/user/GooglePlusUserOptionOutput.class.php @@ -22,7 +22,6 @@ class GooglePlusUserOptionOutput implements IUserOptionOutput { $url = StringUtil::encodeHTML('https://plus.google.com/'.$value.'/posts'); $value = StringUtil::encodeHTML($value); - return ''.$value.''; } }