diff options
| author | John Vogel <jvogel4@stny.rr.com> | 2024-06-08 08:46:04 -0400 |
|---|---|---|
| committer | John Vogel <jvogel4@stny.rr.com> | 2024-06-08 08:46:04 -0400 |
| commit | 4a1d8a643db3933e693de4ed23b0ebee4736b81a (patch) | |
| tree | 18e0a4718e30c654dff7313da444d98d3fbcc81a /luakit/split-docs.patch | |
| parent | 9941a807e51329266b298762eab0e71a24b5425c (diff) | |
| download | forked-aports-4a1d8a643db3933e693de4ed23b0ebee4736b81a.tar.gz | |
local/luakit: add changes from official aport
Diffstat (limited to 'luakit/split-docs.patch')
| -rw-r--r-- | luakit/split-docs.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/luakit/split-docs.patch b/luakit/split-docs.patch new file mode 100644 index 0000000..f8a992c --- /dev/null +++ b/luakit/split-docs.patch @@ -0,0 +1,13 @@ +diff --git a/lib/help_chrome.lua b/lib/help_chrome.lua +index ac43f07..9d3406f 100644 +--- a/lib/help_chrome.lua ++++ b/lib/help_chrome.lua +@@ -310,7 +310,7 @@ local help_doc_page = function (v, path, request) + if not doc_html then + local file = doc_style + error_page.show_error_page(v, { +- heading = "Documentation not found", ++ heading = "Documentation not found (install luakit-doc)", + content = "Opening <code>" .. file .. "</code> failed", + buttons = { path ~= "index.html" and { + label = "Return to API Index", |
