diff options
author | John Ankarström <john@ankarstrom.se> | 2021-09-17 23:47:58 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-09-17 23:47:58 +0200 |
commit | 7d65ce8c8e304dc8367f4492948514f2acc07a3b (patch) | |
tree | 1d1e8584ad326cf3ea7701e2a726a0f0ae1cb6cf /t/user.tc | |
parent | 56509ab16c8d2225182eb0400e5c6a4900870391 (diff) | |
download | cforum-7d65ce8c8e304dc8367f4492948514f2acc07a3b.tar.gz |
Whatever
Diffstat (limited to 't/user.tc')
-rw-r--r-- | t/user.tc | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,7 @@ -printf("<h1>User "); +#include "head.tc" +printf("\n<h1>User "); printf("%d", id); printf(": "); printf("%s", user->name ); -printf("</h1>"); +printf("</h1>\n"); +#include "foot.tc" |