Compare commits

..

No commits in common. "e666c432fd657c6c05996899adada79a34f81cbc" and "abcebef520ab4f910de37c3a07ea3ce100d37191" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<p class="bookmark-href"><a href="{{ $bookmark->href }}">{{ $bookmark->href }}</a></p>
@if (!empty($bookmark->description))
<div class="bookmark-description">
<p>{!! nl2br(htmlspecialchars($bookmark->description)) !!}</p>
<p>{{ strip_tags($bookmark->description) }}</p>
</div>
@endif
<p class="bookmark-date">

View File

@ -10,7 +10,6 @@
<div class="bg-white overflow-hidden shadow-sm sm:rounded-lg">
<div class="p-6 text-gray-900">
{{ __("You're logged in!") }}
Head back to <a class="underline" href="{{ action('BookmarkController@index') }}">Bookmarks</a>?
</div>
</div>
</div>