You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did some experiments with nav_side.jsp both on demo flower site and our other projects and I think I've found a solution for this problem. After my change in nav_side.jsp the previous html snippet looks like this
which is valid html ul list. I test it with several different pages many items in navigation and it still produce valid html list. Here is changed nav_side.jsp:
https://github.com/alkacon/modules-v8/blob/branch_8_5_x/modules/com.alkacon.opencms.v8.template3/resources/system/modules/com.alkacon.opencms.v8.template3/elements/menu/nav_side.jsp
from demo template 3 example of the problem:
As you can see on the end of the ul list thare are redundant html tags. This issue is still valid for 8.5.1.
The text was updated successfully, but these errors were encountered: