From 6984b3986a7972389326ce26532a58eca3ebeb82 Mon Sep 17 00:00:00 2001 From: Stephen L Date: Mon, 8 Jun 2020 13:53:45 +0200 Subject: [PATCH] fix build issues due to quotes Signed-off-by: Stephen L. --- _includes/sections/voice-video-messenger.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/sections/voice-video-messenger.html b/_includes/sections/voice-video-messenger.html index fdf30c02..463cecb0 100644 --- a/_includes/sections/voice-video-messenger.html +++ b/_includes/sections/voice-video-messenger.html @@ -9,7 +9,8 @@ image="/assets/img/svg/3rd-party/jitsi-meet-blue.svg" website="https://jitsi.org/jitsi-meet/" privacy-policy="https://jitsi.org/security/" - description="Jitsi Meet is a free and open-source multiplatform voice (VoIP), video conferencing, and instant messaging application with optional E2EE. It can be used from the browser or from a desktop app. Additional features include screen sharing for presentations and a floating call window when minimized. See the list of public Jitsi Meet instances." + description='Jitsi Meet is a free and open-source multiplatform voice (VoIP), video conferencing, and instant messaging application with optional E2EE. It can be used from the browser or from a desktop app. Additional features include screen sharing for presentations and an always-on-top floating call window when minimized. See the list of public Jitsi Meet instances.' + labels="color==warning::text==Requires WebRTC::tooltip==Our Firefox tweaks recommend disabling WebRTC as it can be used to leak your IP address even behind a VPN, which is why Tor Browser disables it." forum="https://forum.privacytools.io/t/discussion-jitsi-meet/1577" github="https://github.com/jitsi/jitsi-meet" windows="https://github.com/jitsi/jitsi-meet-electron/releases"