From fd288b4acd210f80c676cdecc2a79d552080525f Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Mon, 18 Nov 2019 13:21:44 +0100 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- pwnagotchi/ui/web/templates/new_message.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/ui/web/templates/new_message.html b/pwnagotchi/ui/web/templates/new_message.html index 3ecf0e6d6..1f5c0fe7a 100644 --- a/pwnagotchi/ui/web/templates/new_message.html +++ b/pwnagotchi/ui/web/templates/new_message.html @@ -3,7 +3,7 @@ {% block title %} {% if to %} -title>Reply to {{ to }} +Reply to {{ to }} {% else %} New Message {% endif %}