From b859cc4a3ddba566d5759b74b18363f6c48ec560 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Mon, 6 Jun 2022 05:49:00 +0000 Subject: [PATCH] integrations: Move `markdown` class to element which has markdown text. We move the markdown class to the element which directly contains the markdown text. This avoids markdown properties being applied to other elements unintentionally like `h1` elements. --- templates/zerver/integrations/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/zerver/integrations/index.html b/templates/zerver/integrations/index.html index 6369450059..e5bae7d59c 100644 --- a/templates/zerver/integrations/index.html +++ b/templates/zerver/integrations/index.html @@ -15,7 +15,7 @@
-
+
@@ -148,7 +148,7 @@ {% for integration in integrations_dict.values() %} {% if integration.is_enabled() %} -
+

Logos are trademarks of their respective owners.