From 1c47af90492cae3f445edc6c1243d86a95563101 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 10 Feb 2012 15:19:16 +0100 Subject: avoid headers in tables --- doc/alert-printlist.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/alert-printlist.c') diff --git a/doc/alert-printlist.c b/doc/alert-printlist.c index 869e638da6..7ce8e3e65d 100644 --- a/doc/alert-printlist.c +++ b/doc/alert-printlist.c @@ -68,6 +68,7 @@ static const char headers[] = "\\tablefirsthead{%\n" "\\hline\n" "Alert & ID & Description\\\\\n" "\\hline}\n" +#if 0 "\\tablehead{%\n" "\\hline\n" "\\multicolumn{3}{|l|}{\\small\\sl continued from previous page}\\\\\n" @@ -76,6 +77,7 @@ static const char headers[] = "\\tablefirsthead{%\n" "\\hline\n" "\\multicolumn{3}{|r|}{\\small\\sl continued on next page}\\\\\n" "\\hline}\n" +#endif "\\tablelasttail{\\hline}\n" "\\bottomcaption{The TLS alert table}\n\n"; -- cgit v1.2.1