Comment 0 for bug 331019

Revision history for this message
Alexander Sack (asac) wrote : notifications does not display content if not supported markup tags are used (aka <a href=... links)

Binary package hint: alsdorf

Reproduce:
 1. notify-send "Test" 'before <a href="http://www.nothing.tld">link</a> after'

Result:
 notification pops up only showing the title "Test"; the other content is not rendered at all

Expected Result:
 display all text of the markup and try to map not supported tags in a sensible fashion, e.g. here show "before _link_ after"