From df0da0f3bcff03fc4e9a7d6665323ada3908a238 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 12 Jan 2022 11:20:31 -0800 Subject: [PATCH] Fixed escaped string Signed-off-by: snipe --- resources/views/account/profile.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/account/profile.blade.php b/resources/views/account/profile.blade.php index 7efb62681a..0764a3033c 100755 --- a/resources/views/account/profile.blade.php +++ b/resources/views/account/profile.blade.php @@ -97,7 +97,7 @@ {!! $errors->first('gravatar', '') !!}

{{ $user->present()->fullName() }} avatar image - {{!! trans('general.gravatar_url') !!}} + {!! trans('general.gravatar_url') !!}