aboutsummaryrefslogtreecommitdiff
path: root/src/Groups.c
diff options
context:
space:
mode:
authorgoodale <goodale@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2004-05-17 12:28:56 +0000
committergoodale <goodale@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2004-05-17 12:28:56 +0000
commit78f7bc7d368abfe62495ec2b19b72c8c38333844 (patch)
treef15b679f6c3ca97b6e517f1d08c89f133d541cd3 /src/Groups.c
parent1179238322c750e4ad7c2b0cd651c4e6bfa3fa62 (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/HTTPDExtra/trunk@57 61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1
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\">" );