From ee2ed598a30304590966f9d831c73c4f790a1271 Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Sun, 14 May 2023 18:47:16 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20invoice=E2=80=99s=20colspan=20for=20the?= =?UTF-8?q?=20empty=20index=20table=E2=80=99s=20row?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/template/invoices/index.gohtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/template/invoices/index.gohtml b/web/template/invoices/index.gohtml index e9c7b98..71a715f 100644 --- a/web/template/invoices/index.gohtml +++ b/web/template/invoices/index.gohtml @@ -131,7 +131,7 @@ {{- end }} {{ else }} - {{( gettext "No invoices added yet." )}} + {{( gettext "No invoices added yet." )}} {{ end }}