Show some HTML content as a hover tip when the 'feed URL' returned HTML without feeds.

Also tweak the 'Feeds::_subscribe()' documentation a bit.
This commit is contained in:
wn_
2025-06-17 17:52:06 +00:00
parent 4e47a39c2a
commit ef1f3cbcef
2 changed files with 20 additions and 14 deletions

View File

@@ -168,7 +168,9 @@ const CommonDialogs = {
dialog.show_error(__("Specified URL seems to be invalid."));
break;
case 3:
dialog.show_error(__("Specified URL doesn't seem to contain any feeds."));
dialog.show_error(`<span title="${App.escapeHtml(rc['message'])}" style="text-decoration: underline dotted">
${__("Specified URL doesn't seem to contain any feeds.")}
</span>`);
break;
case 4:
{