mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Added HTML tags escape to description on minicard.
This commit is contained in:
parent
2576127b10
commit
536021107e
1 changed files with 2 additions and 1 deletions
|
@ -148,7 +148,8 @@ template(name="minicard")
|
|||
if currentBoard.allowsDescriptionTextOnMinicard
|
||||
if getDescription
|
||||
.minicard-description
|
||||
| {{ getDescription }}
|
||||
+viewer
|
||||
| {{ getDescription }}
|
||||
|
||||
template(name="editCardSortOrderPopup")
|
||||
input.js-edit-card-sort-popup(type='text' autofocus value=sort dir="auto")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue