menus for some time have had the option to have the menu label wiki parsed - which allows customised formatting of the label and if required the addition of images etc
for wiki parsed menus that are displayed using the 'old' suckerfish menus this still works perfectly so that for example a menu item with the label:
Home {img src="img/icons/home.gif" height="12" width="12" alt="Image"}
creates the parsed output of:
<li class="option217 menuSection menuSection0 menuLevel0"> <a href="HomePage"> <span class="menuText"> Home <img class="regImage pluginImg" width="12" height="12" alt="Image" src="img/icons/home.gif"> </span> </a> </li>
and will correctly display: Home
However when the same menu is displayed using a bootstrap menu format something goes wrong with the wiki parsing causing an additional / to added to the end of the img tag ie
<li> <a href="tiki-index.php?page=HomePage">Home <img src="img/icons/home.gif" height="12" width="12" alt="Image" class="regImage pluginImg" /> </a> </li>
this is then displayed as:
Home <img src="img/icons/home.gif" height="12" width="12" alt="Image" class="regImage pluginImg" />
ie showing all the html
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |