summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorJacopo <beschi.jacopo@gmail.com>2017-08-30 17:16:08 +0200
committerJacopo <beschi.jacopo@gmail.com>2017-08-30 21:59:09 +0200
commit378ee1dac262a490e48334a3dd3300be5f1c7299 (patch)
tree95a80d0dd00de7aa8a781a53f96dcec625e5dd44 /changelogs
parentf35d7d7f6ea04a38da822db902ad24108dfe94a2 (diff)
downloadgitlab-ce-378ee1dac262a490e48334a3dd3300be5f1c7299.tar.gz
Unescape HTML characters in Wiki title
The special characters of a wiki title are now escaped correctly.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/35686-unescape-wiki-title.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/35686-unescape-wiki-title.yml b/changelogs/unreleased/35686-unescape-wiki-title.yml
new file mode 100644
index 00000000000..4b2b7078163
--- /dev/null
+++ b/changelogs/unreleased/35686-unescape-wiki-title.yml
@@ -0,0 +1,5 @@
+---
+title: Unescape HTML characters in Wiki title
+merge_request: 13942
+author: Jacopo Beschi @jacopo-beschi
+type: fixed