diff --git a/changelog.md b/changelog.md index a00d43be..1678ce9c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Changelog +## Version 0.0.14.10 (2016-10-21) + - Fix: Trying to get brid.gy markup compatibility + ## Version 0.0.14.9 (2016-10-21) - Include co-ordinates with notes and markup with appropriate microformats - Add correct microformats for photos diff --git a/resources/views/templates/note.blade.php b/resources/views/templates/note.blade.php index 94cbf367..6ba46589 100644 --- a/resources/views/templates/note.blade.php +++ b/resources/views/templates/note.blade.php @@ -16,7 +16,7 @@
@if($note->client_name) via {{ $note->client_name }}@endif - @if($note->address)in @if($note->placeLink)@endif{{ $note->address }}@if($note->placeLink)@endif ({{ $note->latitude }}, {{ $note->longitude }})@endif + @if($note->address)in @if($note->placeLink)@endif{{ $note->address }}@if($note->placeLink)@endif ({{ $note->latitude }}, {{ $note->longitude }})@endif @if($note->replies > 0)Replies: {{ $note->replies }}@endif @if($note->tweet_id)@include('templates.social-links', ['tweet_id' => $note->tweet_id, 'nb60id' => $note->nb60id])@endif @if ($note->placeLink)