Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KDE PIM Add-ons
Commits
f88d0935
Commit
f88d0935
authored
Apr 07, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Bug 361173 - Disposition-Notification-To not correctly escaped in message viewer
BUG: 361173 FIXED-IN: 5.2
parent
cbe4a0f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
plugins/messageviewerheaderplugins/fancyheaderstyleplugin/fancyheaderstyle.cpp
...headerplugins/fancyheaderstyleplugin/fancyheaderstyle.cpp
+1
-1
No files found.
plugins/messageviewerheaderplugins/fancyheaderstyleplugin/fancyheaderstyle.cpp
View file @
f88d0935
...
...
@@ -220,7 +220,7 @@ QString FancyHeaderStyle::format(KMime::Message *message) const
headerStr
.
append
(
QStringLiteral
(
"<tr><th>%1</th>
\n
"
"<td>%2</tr>
\n
"
)
.
arg
(
i18n
(
"MDN To: "
))
.
arg
(
to
));
.
arg
(
mHeaderStyleUtil
.
strToHtml
(
to
))
)
;
}
headerStr
.
append
(
QLatin1String
(
"<tr><td colspan=
\"
2
\"
><div id=
\"
attachmentInjectionPoint
\"
></div></td></tr>"
));
...
...
Write
Preview
Markdown
is supported
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