Comment 0 for bug 637997

Revision history for this message
Juan Simón (simonbcn) wrote : Notification daemon sometimes only displays the title when the body has HTML tags

When I execute this:
notify-send "title" "this is the body"

Notification daemon works well, but if I execute this:
notify-send "title" "this is the body<br>this is a newline"

Notification daemon only displays the title (I attach one screenshot)