In Joomla 3.0, an empty <a> tag with class="nolink"(ie,) is inserted for every <ul> and <li>.
Advice me how to remove this.
We are creating the component and we are creating the tabs as of default component (for ex Newsfeed component edit page).On the first tab position the <a> tag is created.
Change the following code in the
function addtoolbarin theview.html.phpfile.Change the mainmenu params as false in the edit page view.
If we need to display the mainmenu using the above code, then the following code
<a class="nolink"></a>doesn’t generate in the edit page.