From 63d8aead84cd47ee1d3957a73f8fbddbc1e0edeb Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Sun, 23 Apr 2023 15:52:12 +0200 Subject: [PATCH] [tables] Lower HTML_MAX_ROWSPAN. Refs #222 --- src/setup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.h b/src/setup.h index 161cf8dc..8ae0e935 100644 --- a/src/setup.h +++ b/src/setup.h @@ -73,7 +73,7 @@ #define HTML_TABLE_2ND_PASS #define HTML_DEFAULT_INPUT_SIZE 20 #define HTML_MAX_COLSPAN 32768 -#define HTML_MAX_ROWSPAN 32768 +#define HTML_MAX_ROWSPAN 16384 #define HTML_MAX_CELLS_MEMORY 32*1024*1024 #define MAX_STR_LEN 1024