broulik added a comment.

  -1 to dragging in KEmoticons for that.
  Aren't they just unicode Emojis which we can render just fine elsewhere.

INLINE COMMENTS

> DetailsText.qml:84
>                      text: "<b>" + details[index*2] + "</b>: &nbsp"
> +                    textFormat: Text.StyledText
>  

Since there are HTML tags already, it defaults to `StyledText` already, but it 
doesn't hurt to be explicit

> DetailsText.qml:106
>                      text: details[(index*2)+1]
> -                    textFormat: Text.PlainText
> +                    textFormat: Text.StyledText
>  

Make sure the text is HTML-escaped

REPOSITORY
  R116 Plasma Network Management Applet

REVISION DETAIL
  https://phabricator.kde.org/D22734

To: jgrulich, #plasma
Cc: broulik, plasma-devel, LeGast00n, jraleigh, fbampaloukas, GB_2, ragreen, 
Pitel, ZrenBot, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, 
sebas, apol, mart

Reply via email to