Make the copyright link less invasive

This commit is contained in:
emeric
2018-09-24 13:42:42 +02:00
parent 48569ba166
commit c30604dcc4
3 changed files with 9 additions and 5 deletions
+2 -2
View File
@@ -106,8 +106,8 @@ Release::refresh()
Wt::WLink link(*copyrightURL);
link.setTarget(Wt::LinkTarget::NewWindow);
Wt::WAnchor* anchor = t->bindNew<Wt::WAnchor>("copyright-url", link);
anchor->setTextFormat(Wt::TextFormat::Plain);
anchor->setText(Wt::WString::fromUTF8(*copyrightURL));
anchor->setTextFormat(Wt::TextFormat::XHTML);
anchor->setText(Wt::WString::tr("Lms.Explore.Release.template.link-btn"));
}
if (copyright)