Ticket #305 (closed defect: fixed)
lexicon plugin breaks some html code...
| Reported by: | JensDiemer | Owned by: | JensDiemer |
|---|---|---|---|
| Priority: | major | Milestone: | v0.9.0 alpha |
| Component: | other | Keywords: | |
| Cc: |
Description
The simple replace function breaks some html code. Because it should only replace terms in normal text and not everywhere.
e.g. "PyLucid" as a lexicon term:
<a href="/en/blog/" title="The PyLucid developer blog" class="level_0">blog</a>
would be replace with:
<a href="/en/blog/" title="The <a href="?lexicon=PyLucid" title="lexicon entry 'PyLucid' - PyLucid CMS written in Python" class="PyLucidPlugins lexicon openinwindow">PyLucid</a> developer blog" class="level_0">blog</a>
Change History
Note: See
TracTickets for help on using
tickets.