Issue #74: Double HTML encoding in the document title.
Reported by: | 557058%3Adea91e4c-e257-42be-bc28-2cf352c368c8 |
State: | resolved |
Created on: | 2015-01-14 15:02 |
Updated on: | 2015-01-22 10:37 |
Description
How to reproduce
-
Open a file browser, for example. Inspecting
window.document.title
shows the correct title. -
Click on a second
kallithea
breadcrumb (pointing to the current directory) -
window.document.title
magically changes:
Tested at least on 0a45511d1003.
Attachments
Comments
Comment by Andrej Shadura, on 2015-01-14 17:07
Comment by Andrej Shadura, on 2015-01-14 17:08
Comment by Andrej Shadura, on 2015-01-14 17:15
Comment by mirrorbot, on 2015-01-21 16:42
templates: don't use HTML encoding where not needed (closes: #74).
→ <<cset ea2cc8a85280>>
Comment by Andrej Shadura, on 2015-01-22 10:37