diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-06-11 20:15:44 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-06-11 20:44:02 +0200 |
commit | fd120fb9b09ddd584ff9bf41e9ca0d29c99dd7a0 (patch) | |
tree | be6589d96d7a4a6595c587eb27e83c00049a3a26 /ChangeLog | |
parent | 2c01e5876168eb18166f33e08c819447a57a3e21 (diff) |
Ignore empty page title for tab labels
When a page has an empty title like <title></title>, don't use it to set
the tab label, but instead rely on the default tab label, which is
computed from the file name.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ dillo-3.2.0 [Not released yet] +- Add new_tab_page option to open a custom new tab page. Patches: Alex, Rodrigo Arias Mallo ++- Ignore empty page title for tab labels. + Patches: Rodrigo Arias Mallo dillo-3.1.1 [Jun 8, 2024] |