summaryrefslogtreecommitdiffstats
path: root/debian/patches/nested_tables.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/nested_tables.patch')
-rw-r--r--debian/patches/nested_tables.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/nested_tables.patch b/debian/patches/nested_tables.patch
new file mode 100644
index 0000000..b397506
--- /dev/null
+++ b/debian/patches/nested_tables.patch
@@ -0,0 +1,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.