mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[tables] Lower HTML_MAX_ROWSPAN. Refs #222
This commit is contained in:
parent
7a665d8de4
commit
63d8aead84
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user