Skip to content

Commit 5d8ce9a

Browse files
author
Craig Ballinger
committed
Prevent escaping of login and register links
1 parent 46d4562 commit 5d8ce9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/discussion.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215

216216
<div id="login_or_register">
217217
<p>
218-
@lang('chatter::messages.auth', ['home' => Config::get('chatter.routes.home')])
218+
{!! __('chatter::messages.auth', ['home' => Config::get('chatter.routes.home')]) !!}
219219
</p>
220220
</div>
221221

0 commit comments

Comments
 (0)