From 719217be8fca2c20e8ffe810461f80dff797f11f Mon Sep 17 00:00:00 2001 From: Nikhil Maske Date: Tue, 19 Jan 2021 14:29:25 +0530 Subject: [PATCH] markdown_help: Make spoiler-button work by changing its tag. The "a" tag of spoiler-button present in Markdown formatting page disrupts click handlers. To fix this, "a" tag is changed to "span" tag. --- templates/zerver/app/markdown_help.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zerver/app/markdown_help.html b/templates/zerver/app/markdown_help.html index b6dd58ef54..eb61e771c9 100644 --- a/templates/zerver/app/markdown_help.html +++ b/templates/zerver/app/markdown_help.html @@ -134,7 +134,7 @@ This text won't be visible until the user clicks. ```
-
+

Always visible heading