Merge pull request #4457 from helioguardabaxo/master

Added HTML tags escape to description on minicard.
This commit is contained in:
Lauri Ojansivu 2022-04-06 14:25:00 +03:00 committed by GitHub
commit 66b733a11e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")