mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-29 20:44:25 +00:00
remove underline decoration from links
This commit is contained in:
parent
13afe8d19c
commit
3387de7f84
@ -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
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user