Ticket #305 (closed defect: fixed)

Opened 12 months ago

Last modified 11 months ago

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

Changed 12 months ago by JensDiemer

  • owner set to JensDiemer

Changed 11 months ago by JensDiemer

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.