diff --git a/changelog.md b/changelog.md index 1c05e9f6..e88c007c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Changelog +## Verison 0.0.15.13 (2016-11-08) + - Link to the source of a reply correctly (issue#33) + ## Version 0.0.15.12 (2016-11-07) - Fix micropub client in-reply-to name diff --git a/resources/views/templates/note.blade.php b/resources/views/templates/note.blade.php index ca9ae038..09e81472 100644 --- a/resources/views/templates/note.blade.php +++ b/resources/views/templates/note.blade.php @@ -2,7 +2,7 @@ {!! $note->twitter->html !!} @elseif ($note->in_reply_to)
- In reply to {{ $note->in_reply_to }} + In reply to {{ $note->in_reply_to }}
@endif