Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Re: Conflict with Oracle Apex when showing "Edit links"

Home Forums Older releases 0.9.x Conflict with Oracle Apex when showing "Edit links" Re: Conflict with Oracle Apex when showing "Edit links"

#1548
gfasbend
Participant

Mmmm, how can I prevent that html code is interpreted?
I used the “Code” option.
Anyway.
I now see that the thing that’s different in my code is the following, the first a tag is closed and then another is added.
You enclosed an a tag inside the other.
This is how it goes wrong:


<'li><'a href="#">Introduction to SmartMenus jQuery<'/a><'a href="#" style="display:none;">hidden link<'/a><'/li>

If you try it like this, you will probably see the same result.