mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove underline decoration from links
This commit is contained in:
parent
13afe8d19c
commit
3387de7f84
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue