diff --git a/module/kanban/view/space.html.php b/module/kanban/view/space.html.php index f9a27b5392..715a472351 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));?> +