diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:37:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:37:17 +0000 |
commit | 69cb215a954eb985f5dfc34aaa753f83702e331f (patch) | |
tree | 2b546f4aad692d612d15376a3a90090f4fb91495 /debian/patches/nested_tables.patch | |
parent | Adding upstream version 2.9.0dev.12. (diff) | |
download | lynx-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 'debian/patches/nested_tables.patch')
-rw-r--r-- | debian/patches/nested_tables.patch | 17 |
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. |