mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -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_TABLE_2ND_PASS
|
||||||
#define HTML_DEFAULT_INPUT_SIZE 20
|
#define HTML_DEFAULT_INPUT_SIZE 20
|
||||||
#define HTML_MAX_COLSPAN 32768
|
#define HTML_MAX_COLSPAN 32768
|
||||||
#define HTML_MAX_ROWSPAN 32768
|
#define HTML_MAX_ROWSPAN 16384
|
||||||
#define HTML_MAX_CELLS_MEMORY 32*1024*1024
|
#define HTML_MAX_CELLS_MEMORY 32*1024*1024
|
||||||
|
|
||||||
#define MAX_STR_LEN 1024
|
#define MAX_STR_LEN 1024
|
||||||
|
Loading…
Reference in New Issue
Block a user