summaryrefslogtreecommitdiffstats
path: root/debian/patches/nested_tables.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:37:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:37:17 +0000
commit69cb215a954eb985f5dfc34aaa753f83702e331f (patch)
tree2b546f4aad692d612d15376a3a90090f4fb91495 /debian/patches/nested_tables.patch
parentAdding upstream version 2.9.0dev.12. (diff)
downloadlynx-69cb215a954eb985f5dfc34aaa753f83702e331f.tar.xz
lynx-69cb215a954eb985f5dfc34aaa753f83702e331f.zip
Adding debian version 2.9.0dev.12-1.debian/2.9.0dev.12-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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.