#895: MiscUtil: remove_html_markup() function should have an option to not
remove
escaped characters
--------------------------+----------------------
Reporter: nkasioum | Owner: nkasioum
Type: enhancement | Status: closed
Priority: minor | Milestone: v1.0
Component: MiscUtil | Version:
Resolution: fixed | Keywords:
--------------------------+----------------------
Changes (by Nikolaos Kasioumis <nikolaos.kasioumis@…>):
* status: in_merge => closed
* resolution: => fixed
Comment:
In [7b36792cd288918ae6e287e2549bb129d34e4c99]:
{{{
#!CommitTicketReference repository=""
revision="7b36792cd288918ae6e287e2549bb129d34e4c99"
htmlutils: improve remove_html_markup() function
* Adds an optional boolean argument to the remove_html_makrup()
function, which controls whether unescaped characters like
'&', '<', '>' and '"' are also removed.
(closes #895)
* Adds a new function to htmlutils called unescape() as the opposite
of the cgi.escape() function.
}}}
--
Ticket URL: </ticket/895#comment:3>
Invenio <http://invenio-software.org>