aboutsummaryrefslogtreecommitdiff
path: root/src/Groups.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Groups.c')
-rw-r--r--src/Groups.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Groups.c b/src/Groups.c
index 8ce19ab..fc8be17 100644
--- a/src/Groups.c
+++ b/src/Groups.c
@@ -164,8 +164,8 @@ static int MessagesPage (const cGH *GH, httpRequest *request, void *data)
"when the simulation finishes, but soon there will be an \n"
"option to save them to a file.</p>\n"
"<div class=\"centered\">"
- "<form action=\"/Messages/\">\n"
- "<table>\n"
+ "<form action=\"/Messages/\">\n"
+ "<table>\n"
"<tr><td>Name:</td>"
"<td><input type=\"text\" size=\"40\" maxlength=\"100\" name=\"name\" "
"value=\"\" /></td></tr>\n"
@@ -174,7 +174,7 @@ static int MessagesPage (const cGH *GH, httpRequest *request, void *data)
"</td></tr></table>\n"
"<p>\n<input type=\"submit\" value=\"Submit Message\" />\n</p>\n"
"<table width=\"80%\"><tr><td>\n"
- "<h2>Messages:</h2></td></tr>\n"
+ "<h2>Messages:</h2></td></tr>\n"
"<tr><td><table width=\"100%\" cellpadding=\"5\" cellspacing=\"5\">"
"<tr><td class=\"nomsg\">" );