wrapped notification line item with the anchros tag instead of the inner, makes the whole line item a link (better)

This commit is contained in:
Devlon Duthie 2011-10-05 12:24:12 -05:00
parent a7559fb045
commit 2d89f3b421
1 changed files with 1 additions and 1 deletions

View File

@ -54,5 +54,5 @@
</nav>
<ul id="nav-notifications-template" style="display:none;" rel="template">
<li><a href="{0}">{2} <span class="notif-when">{3}</span></a></li>
<a href="{0}"><li>{2} <span class="notif-when">{3}</span></li></a>
</ul>