summaryrefslogtreecommitdiffstats
path: root/src/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/html.c')
-rw-r--r--src/html.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/html.c b/src/html.c
index b52df3f..983fc3f 100644
--- a/src/html.c
+++ b/src/html.c
@@ -39,7 +39,7 @@ static const gchar *styles =
"}\n"
"html {\n"
"margin: 0;\n"
- "}"
+ "}\n"
"body {\n"
"margin: 18px;\n"
"background-color: #AFAFAF;\n"
@@ -145,7 +145,7 @@ static const gchar *styles =
*/
"form {\n"
"margin: 0;\n"
- "}"
+ "}\n"
"form input, form select {\n"
"border: 1px solid #9F9F9F;\n"
"border-radius: 3px;\n"