Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kalendar
Commits
d937483f
Commit
d937483f
authored
Mar 24, 2022
by
Claudio Cambra
Browse files
Ensure incidence summary text in incidence info drawer is properly escaped
parent
1f99a33e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/IncidenceInfo.qml
View file @
d937483f
...
...
@@ -158,7 +158,9 @@ Kirigami.OverlayDrawer {
Kirigami.Heading
{
Layout.fillWidth
:
true
text
:
"
<b>
"
+
incidenceInfo
.
incidenceWrapper
.
summary
+
"
</b>
"
text
:
incidenceInfo
.
incidenceWrapper
.
summary
textFormat
:
Text
.
PlainText
font.weight
:
Font
.
Bold
wrapMode
:
Text
.
Wrap
}
Kirigami.Icon
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment