Ticket #13669 (new Bug)
Opened 3 years ago
< and > in page title causes problem in plonebrowser
Reported by: | schrei5 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | Unknown | Version: | 4.3 |
Keywords: | TinyMCE | Cc: |
Description
If you have a page called <example> this will cause a blank line in the folderlisting of the plone browser (i.e when creating a link)
My quickfix was replaceing
item.title
with
item.title.replace('<', '<').replace('>', '>')
in plonebrowser.js
Note: See
TracTickets for help on using
tickets.