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
SDK
KDE Development Scripts
Commits
8f98b132
Commit
8f98b132
authored
Jun 30, 2021
by
Alvin Wong
🤔
Browse files
extractrc: Fix double-unescaping of `"`
parent
0d347b04
Pipeline
#93871
skipped
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
extractrc
View file @
8f98b132
...
...
@@ -144,8 +144,8 @@ sub unescape_xml ($) {
if
(
not
$opt_no_unescape_xml
)
{
$text
=~
s/</</g
;
$text
=~
s/>/>/g
;
$text
=~
s/&/&/g
;
$text
=~
s/"/"/g
;
$text
=~
s/&/&/g
;
}
return
$text
;
...
...
Alvin Wong
🤔
@alvinwong
mentioned in commit
2fc1ab6a
·
Jul 02, 2021
mentioned in commit
2fc1ab6a
mentioned in commit 2fc1ab6acbc4f8e954b6f661ae6d59091fc93f65
Toggle commit list
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