1
0

Made errorMsg into p, so it get to the next line.

This commit is contained in:
Alexander Andreev 2023-05-26 04:36:07 +04:00
parent e47e592b01
commit 1e4836ca86
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -19,4 +19,4 @@ block body
h1 #{code} h1 #{code}
| #{http.StatusText(code)} | #{http.StatusText(code)}
if errorMsg != "" if errorMsg != ""
| #{errorMsg} p #{errorMsg}