White Link

Component ID

2296979

Component name

White Link

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Remove "Hypertext Reference" attribute in menu link. Give you <a> without "href".

<ul class="menu">
  <li><a href="/">Home</a></li>
  <li><a>My Account</a></li> <!-- this link with empty_link checked-->
    <ul>
      <li><a href="/user">Profile</a></li>
      <li><a href="/user/edit">Edit</a></li>
      <li><a href="/user/logout">Logout</a></li>
    </ul>
</ul>