diff --git a/_includes/cardv2.html b/_includes/cardv2.html index 3e8e590a..fa9b2d2e 100644 --- a/_includes/cardv2.html +++ b/_includes/cardv2.html @@ -27,7 +27,7 @@ {{include.title}} {{include.description}} {% if include.labels %} - {% assign labels = include.labels | replace:", ", "," | split:"," %} + {% assign labels = include.labels | split:";" %} {% for label in labels %} {% assign label_data = label | split:":" %} {% assign color = label_data[0] %} diff --git a/_includes/sections/instant-messenger.html b/_includes/sections/instant-messenger.html index 17909486..622b1a55 100644 --- a/_includes/sections/instant-messenger.html +++ b/_includes/sections/instant-messenger.html @@ -23,7 +23,7 @@ ios="" title="Wire" image="/assets/img/tools/wire.png" description="A free software End-to-End Encrypted chatting application that supports instant messaging, voice, and video calls. Full source code is available." -labels="warning:Warning:Wire stores some plaintext metadata about its users on their servers. This data includes users' lists of connections and conversations.,success:VoIP" +labels="warning:Warning:Wire stores some plaintext metadata about its users on their servers. This data includes profile names, profile pictures, usernames, and users' lists of connections and conversations.;success:VoIP" website="https://wire.com/" forum="https://forum.privacytools.io/t/discussion-wire/750" github="https://github.com/wireapp/"