Use \n instead of <br> for the extra part of the summary
ClosedPublic

Authored by fvogt on May 9 2018, 8:33 PM.

Details

Summary

The tooltip text only supports plaintext, so it contained a literal "<br>".
A "\n" works as a newline in both the expanded representation and the tooltip.

Test Plan

Hovered over the icon with available security updates. Now the text
includes a newline instead of a literal "<br>".

Diff Detail

Repository
R623 Plasma PackageKit Updater
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
fvogt requested review of this revision.May 9 2018, 8:33 PM
fvogt created this revision.
jgrulich accepted this revision.May 10 2018, 7:02 AM
This revision is now accepted and ready to land.May 10 2018, 7:02 AM
This revision was automatically updated to reflect the committed changes.