From 128c5cbe650a2358e1c392968f4006d83bb6995e Mon Sep 17 00:00:00 2001 From: Ferry Huberts Date: Fri, 13 Jul 2012 17:16:58 +0200 Subject: [PATCH] httpinfo: put the position table in a paragraph Signed-off-by: Ferry Huberts --- lib/httpinfo/src/olsrd_httpinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/httpinfo/src/olsrd_httpinfo.c b/lib/httpinfo/src/olsrd_httpinfo.c index 6c7bd3a5..04779762 100644 --- a/lib/httpinfo/src/olsrd_httpinfo.c +++ b/lib/httpinfo/src/olsrd_httpinfo.c @@ -1193,7 +1193,7 @@ static void build_pud_body(struct autobuf *abuf) { /* start of table */ abuf_appendf(abuf, - "\n" + "

\n" "\n" "\n", nodeId @@ -1337,7 +1337,7 @@ static void build_pud_body(struct autobuf *abuf) { abuf_puts(abuf, "\n"); /* end of table */ - abuf_puts(abuf, "
Parameter  Unit  Value
Name%s
\n"); + abuf_puts(abuf, "

\n"); if (nmea_INFO_has_field_local(txGpsInfo->txPosition.nmeaInfo.smask, LAT) && nmea_INFO_has_field_local(txGpsInfo->txPosition.nmeaInfo.smask, LON)) { -- 2.20.1