From db7f2b07857fc9fd54afeb4318127b9d97328592 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 17 Mar 2022 23:11:11 -0700 Subject: [PATCH] fix the widget titles with chevrons --- view/tpl/activity_filter_widget.tpl | 11 ++++++++--- view/tpl/common_widget.tpl | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/view/tpl/activity_filter_widget.tpl b/view/tpl/activity_filter_widget.tpl index 74e51159f..aad046d0c 100644 --- a/view/tpl/activity_filter_widget.tpl +++ b/view/tpl/activity_filter_widget.tpl @@ -6,15 +6,20 @@ $('#{{$content_id}}-chevron').removeClass('fa-chevron-up').addClass('fa-chevron-down'); } return false;" > {{$title}} - {{if ! $reset}} - - {{/if}} + {{if ! $reset}} + + {{/if}} {{if $reset}} {{/if}} +