aboutsummaryrefslogtreecommitdiff
path: root/src/Content.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Content.c')
-rw-r--r--src/Content.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Content.c b/src/Content.c
index bd4df0a..8ae4da1 100644
--- a/src/Content.c
+++ b/src/Content.c
@@ -1226,8 +1226,8 @@ static int ControlTerminationPage(const cGH *cctkGH, httpRequest *request)
ConcatCString(message, CCTK_FullVersion() );
ConcatCString(message,
"</span></li>\n"
- "<li>Flesh compiled on <span class=\"hilite\"> __DATE__ </span>\n"
- "at <span class=\"hilite\"> __TIME__ </span></li>\n");
+ "<li>Flesh compiled on <span class=\"hilite\"> " __DATE__" </span>\n"
+ "at <span class=\"hilite\"> "__TIME__" </span></li>\n");
HTTP_SendString(request, message);