From c4cf813ff0b1d6c72b38a4d0d9cb0f9d1351905f Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Tue, 8 Nov 2016 21:36:40 +0000 Subject: [PATCH] Link correctly to the source of a reply --- changelog.md | 3 +++ resources/views/templates/note.blade.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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