diff --git a/changelog.md b/changelog.md index c64eb451..612390a9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,9 @@ # Changelog -## Version 0.0.14.11 (2016-1024) +## Version 0.0.14.12 (2016-10-24) + - Attempt to fix some HTML validation issues + +## Version 0.0.14.11 (2016-10-24) - Having used `yarn` for npm packages, we now also use it for bower packages - Update typekit sri hash - Hide co-ordinates, in data tags, we want them to be read by machines, but not humans diff --git a/resources/views/templates/note.blade.php b/resources/views/templates/note.blade.php index f147ec65..60db7d8c 100644 --- a/resources/views/templates/note.blade.php +++ b/resources/views/templates/note.blade.php @@ -16,8 +16,8 @@
@if($note->client_name) via {{ $note->client_name }}@endif - @if($note->placeLink)in {{ $note->address }} - @elseif($note->address)in {!! $note->address !!}@endif + @if($note->placeLink)in {{ $note->address }} + @elseif($note->address)in {!! $note->address !!}@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) diff --git a/resources/views/templates/social-links.blade.php b/resources/views/templates/social-links.blade.php index b7852ca1..afc87d4f 100644 --- a/resources/views/templates/social-links.blade.php +++ b/resources/views/templates/social-links.blade.php @@ -6,26 +6,20 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + +