remove underline decoration from links

This commit is contained in:
yggverse 2024-09-14 17:05:45 +03:00
parent 13afe8d19c
commit 3387de7f84

View File

@ -333,7 +333,7 @@ Glib::ustring Reader::Make::link(
// Build markup and get result
return Glib::ustring::sprintf(
"<a href=\"%s\" title=\"%s\">%s</a>\n",
"<a href=\"%s\" title=\"%s\"><span underline=\"none\">%s</span></a>\n",
Glib::Markup::escape_text(
ABSOLUTE_URI
),