From efcdf76c3eb266f54c93a64d9242c2f6a4fba856 Mon Sep 17 00:00:00 2001 From: St John Karp Date: Sat, 25 Aug 2018 10:22:46 -0700 Subject: [PATCH] Prefix mentions with an @ Prefix mentions with an @ so they get parsed properly instead of showing up as plain text. --- resources/views/show_status.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/show_status.blade.php b/resources/views/show_status.blade.php index 0767f47..cd0e824 100644 --- a/resources/views/show_status.blade.php +++ b/resources/views/show_status.blade.php @@ -26,7 +26,7 @@ placeholder="Spoiler/Warning" value="{{ $status['spoiler_text'] }}" /> - + {{ csrf_field() }}