aboutsummaryrefslogtreecommitdiff
path: root/t/front.tc
diff options
context:
space:
mode:
Diffstat (limited to 't/front.tc')
-rw-r--r--t/front.tc6
1 files changed, 4 insertions, 2 deletions
diff --git a/t/front.tc b/t/front.tc
index 3307c21..d7afb7b 100644
--- a/t/front.tc
+++ b/t/front.tc
@@ -6,10 +6,12 @@ printf(" request!</p>\n<table border=\"1\">\n <tr style=\"font-weight: bold;\">\
char *p, *v;
while(p = nextparam(GET, 512)){
v = split(p);
- printf("\n <tr>\n <td>");
+
+printf("\n <tr>\n <td>");
printf("%s", p );
printf("</td>\n <td>");
printf("%s", v );
printf("</td>\n </tr>\n ");
}
- printf("\n</table>");
+
+printf("\n</table>");