From 7e7b535c13b2f94233925c487b5ed57f4710c0ab Mon Sep 17 00:00:00 2001 From: liuyongkai Date: Mon, 8 Aug 2022 05:20:40 +0000 Subject: [PATCH 1/2] * Fix the view of kanbans' content --- module/kanban/view/space.html.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/module/kanban/view/space.html.php b/module/kanban/view/space.html.php index f9a27b5392..b8c0deb50c 100644 --- a/module/kanban/view/space.html.php +++ b/module/kanban/view/space.html.php @@ -47,8 +47,10 @@ name;?>

- desc) ? $lang->kanban->emptyDesc : str_replace("\n", '', strip_tags($space->desc));?> -

+ desc) ? $lang->kanban->emptyDesc : str_replace("\n", '', strip_tags($space->desc));?> + ]*>|]*>/';?> + desc) ? $lang->kanban->emptyDesc : preg_replace($pattern, '', $space->desc);?> +

status == 'closed' ? 'disabled' : '';?> @@ -126,8 +128,9 @@
- desc));?> -
+ desc));?> + desc));?> +
- desc) ? $lang->kanban->emptyDesc : str_replace("\n", '', strip_tags($space->desc));?> - ]*>|]*>/';?> - desc) ? $lang->kanban->emptyDesc : preg_replace($pattern, '', $space->desc);?> + desc) ? $lang->kanban->emptyDesc : str_replace("\n", '', strip_tags($space->desc));?> + ]*>|]*>/';?> + desc) ? $lang->kanban->emptyDesc : preg_replace($pattern, '', $space->desc);?>

@@ -128,8 +128,8 @@
- desc));?> - desc));?> + desc));?> + desc));?>