summaryrefslogtreecommitdiffstats
path: root/debian/patches/nested_tables.patch
blob: b397506b10655ff363d0d17c95ac0fad5674db44 (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 NO_TABLE_CENTER
 # Normally table cells are centered on the table grid.