blob: 9ac6def5df688bce1b29c76495d1d19ea1328c96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Description: turn off nested-tables option
Author: Denis Briand <debian@denis-briand.fr>
Bug-Debian: https://bugs.debian.org/387555
Index: lynx/lynx.cfg
===================================================================
--- lynx.orig/lynx.cfg
+++ lynx/lynx.cfg
@@ -3044,7 +3044,7 @@ COLOR:6:brightred:black
# It is enabled by default when the COLOR_STYLE configuration is used,
# and false otherwise.
#
-#NESTED_TABLES: true
+NESTED_TABLES: false
.h2 ASSUMED_COLOR
# If built with a library that recognizes default colors (usually ncurses or
|