Skip to content

Commit

Permalink
Merge pull request #22 from punktDeForks/midalmis-patch-1
Browse files Browse the repository at this point in the history
BUGFIX: Escape content of multiLineText element
  • Loading branch information
daniellienert authored Mar 30, 2020
2 parents 14691c1 + 1a10ec6 commit fdc9f90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/Private/Fusion/Elements/MultiLineText.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ prototype(Neos.Form:MultiLineText) < prototype(Neos.Form.FusionRenderer:FormElem
attributes {
name = ${elementName}
}
content = ${elementValue}
content = ${String.htmlSpecialChars(elementValue)}
}
}
}
}

0 comments on commit fdc9f90

Please sign in to comment.