From 9d564dc09cd54307350d2740df70befa40b66d68 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Sun, 26 Jul 2020 17:06:52 +0200 Subject: Correct subtitle formatting in web --- templates/web.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/web.html') diff --git a/templates/web.html b/templates/web.html index 244092d..a693a72 100644 --- a/templates/web.html +++ b/templates/web.html @@ -36,7 +36,7 @@ $if(title)$

$title$ $if(subtitle)$ -$subtitle$

+

$subtitle$

$endif$

-- cgit v1.2.3