aboutsummaryrefslogtreecommitdiff
path: root/src/Thorns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Thorns.c')
-rw-r--r--src/Thorns.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Thorns.c b/src/Thorns.c
index 99fe222..a0720bb 100644
--- a/src/Thorns.c
+++ b/src/Thorns.c
@@ -132,8 +132,8 @@ static int ThornMainPage(const cGH *cctkGH, httpRequest *request, void *data)
HTTP_SendString(request, message );
HTTP_Send(request,"<style type=\"text/css\">\n"
- "\t.thorns td { text-align: left; } \n"
- "</style>\n");
+ "\t.thorns td { text-align: left; } \n"
+ "</style>\n");
HTTP_Send(request,"</head>\n<body>\n");
/* HTTP_SendString out the header part. */
@@ -194,7 +194,7 @@ static int ThornMainPage(const cGH *cctkGH, httpRequest *request, void *data)
HTTP_Send(request,
"<h2>Dormant Thorns</h2>\n"
"<div class=\"centered\">\n"
- "<table class=\"thorns\" cellspacing=\"0\" cellpadding=\"5\">\n"
+ "<table class=\"thorns\" cellspacing=\"0\" cellpadding=\"5\">\n"
"<tr>\n"
"<th>Thorn Name</th>\n"
"<th>Implementation</th>\n"