From d5ef5ee5a76e111b6a87f54deac07f1fd28357a4 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 25 Mar 2018 20:42:56 +0200 Subject: [PATCH] Fix #1293 --- resources/views/accounts/show.twig | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/resources/views/accounts/show.twig b/resources/views/accounts/show.twig index 216e632b5e..b13a802da1 100644 --- a/resources/views/accounts/show.twig +++ b/resources/views/accounts/show.twig @@ -70,12 +70,14 @@ {% endif %} {% if account.notes.count == 1 %}
-
-
-

{{ 'notes'|_ }}

-
-
- {{ account.notes.first.text|markdown }} +
+
+
+

{{ 'notes'|_ }}

+
+
+ {{ account.notes.first.text|markdown }} +