From 3309ddda799beb7e251c6a88c903c6a44a5a0e0a Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 13 Oct 2017 15:44:51 +0100 Subject: [PATCH] Fix a typo --- resources/views/bookmarks/show.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/bookmarks/show.blade.php b/resources/views/bookmarks/show.blade.php index 31d817d2..a68f09e7 100644 --- a/resources/views/bookmarks/show.blade.php +++ b/resources/views/bookmarks/show.blade.php @@ -32,7 +32,7 @@ Bookmark « @endif

🔖 {{ $bookmark->url }} 🔗 {{ $bookmark->longurl }}

-

🔖 {{ $bookmark->url 🔗 $bookmark->longurl }}

+

🔖 {{ $bookmark->url }} 🔗 {{ $bookmark->longurl }}