From 99b249578b00a43cb26d3b85ef86942a8c6e5721 Mon Sep 17 00:00:00 2001 From: samaradel Date: Thu, 21 Apr 2022 11:54:27 +0200 Subject: [PATCH] Fix dropdown btns --- templates/shortcodes/button.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/shortcodes/button.html b/templates/shortcodes/button.html index 6f330e391..5aee04bed 100644 --- a/templates/shortcodes/button.html +++ b/templates/shortcodes/button.html @@ -1,5 +1,5 @@ {% set path = body | split(pat="href=") | slice(start=1) | first | split(pat=">") | first | trim_start_matches(pat='"') | trim_end_matches(pat='"') %} - \ No newline at end of file