Hi Seenivasan,
Zitat von Seenivasan Gunabalan seenivasan.gunabalan@dedalus.eu:
Sorry copy & paste error . Thanks for pointing it out.
we actually have that </ul> between </li> and </body> in our version here, yet the issue persists.
<html> <body> <h1>Hello world!</h1> <ul> <li>service</li> <li>advancedassociationquery</li> <ul> <li>service2</li> <li>advancedassociationquery2</li> </ul> </li> </ul> </body> </html>
Where does the closing </li> tag belong to? The one between the two </ul>. Does this strange behaviour persist if you get rid of this </li> ?
Best regards
Cerstin