aboutsummaryrefslogtreecommitdiff
path: root/src/Thorns.c
diff options
context:
space:
mode:
authorgoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2004-05-17 12:28:56 +0000
committergoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2004-05-17 12:28:56 +0000
commitee9aa83b4b377ab5e18eeff6612f7ab15b3ecf3f (patch)
tree9d704ea57d5e320d67a3190522532d478f47cc2f /src/Thorns.c
parent0f6d8eb2db87c7c71875c9e80802ed8033170602 (diff)
Untabified. Please try to adhere to the Cactus coding guidelines when
modifying or adding files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@206 1faa4e14-9dd3-4be0-9f0e-ffe519881164
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"