mirror of
https://github.com/wekan/wekan.git
synced 2025-12-30 22:28:49 +01:00
Merge pull request #4457 from helioguardabaxo/master
Added HTML tags escape to description on minicard.
This commit is contained in:
commit
66b733a11e
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