Commit Diff


commit - 3d47d5be9ccd92b00e99622770fc369f20e57514
commit + a5f25a125bdd034cacf049f827a57f9cfc837134
blob - e0a659d9f3eedc5ed8dcbf7a9d8cf35c3de3f557
blob + d1f211ae16cc4d051601f487fd12c9919998f7bd
--- gotwebd/gotweb.c
+++ gotwebd/gotweb.c
@@ -282,7 +282,7 @@ render:
 err:
 	if (html && fcgi_printf(c, "<div id='err_content'>") == -1)
 		return;
-	if (fcgi_printf(c, "%s", err) == -1)
+	if (fcgi_printf(c, "\n%s", err) == -1)
 		return;
 	if (error) {
 		if (fcgi_printf(c, "%s", error->msg) == -1)