Fixed escaped string

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-01-12 11:20:31 -08:00
parent 2262176a60
commit df0da0f3bc

View file

@ -97,7 +97,7 @@
{!! $errors->first('gravatar', '<span class="alert-msg" aria-hidden="true"><i class="fas fa-times" aria-hidden="true"></i> :message</span>') !!}
<p>
<img src="//secure.gravatar.com/avatar/{{ md5(strtolower(trim($user->gravatar))) }}" width="30" height="30" alt="{{ $user->present()->fullName() }} avatar image">
{{!! trans('general.gravatar_url') !!}}
{!! trans('general.gravatar_url') !!}
</p>
</div>
</div>