From f19fbf7941b3c7b8c8f1a4c9527a7c6ab9520ad0 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 21 Jul 2019 13:11:28 +0100 Subject: [PATCH] Avatar links to profile page --- webinterface.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index faeea474f..0743ad403 100644 --- a/webinterface.py +++ b/webinterface.py @@ -73,7 +73,8 @@ def individualPostAsHtml(postJsonObject: {}) -> str: return \ '
\n' \ - 'Avatar\n'+ \ + '' \ + 'Avatar\n'+ \ postJsonObject['object']['content']+'\n'+ \ attachmentStr+ \ ''+postJsonObject['object']['published']+'\n'+ \