From a464a11ea806e64d93ca3bb6cd49b967e5345ecc Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 24 Sep 2023 20:51:51 +0400 Subject: [PATCH] In errorXXX.pug fixed tabulation to spaces. --- web/templates/errorXXX.pug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/templates/errorXXX.pug b/web/templates/errorXXX.pug index 88b07a3..4d038ba 100755 --- a/web/templates/errorXXX.pug +++ b/web/templates/errorXXX.pug @@ -16,9 +16,9 @@ block nav block content :go:func ErrorXXX(title, reason, message, referer string, code int) - section#error - h1 #{code} - | #{http.StatusText(code)} + section#error + h1 #{code} + | #{http.StatusText(code)} if reason != "" p #{reason} if message != ""