diff options
author | Devlon Duthie <duthied@gmail.com> | 2011-10-05 12:24:12 -0500 |
---|---|---|
committer | Devlon Duthie <duthied@gmail.com> | 2011-10-05 12:24:12 -0500 |
commit | 2d89f3b421fa23d567da87bc346875a94a0e094a (patch) | |
tree | cdd66eea79a7638b520576d381d08368b05a19c1 /view/theme/testbubble | |
parent | a7559fb045150dcb953d5329586c245f43a34c5c (diff) | |
download | volse-hubzilla-2d89f3b421fa23d567da87bc346875a94a0e094a.tar.gz volse-hubzilla-2d89f3b421fa23d567da87bc346875a94a0e094a.tar.bz2 volse-hubzilla-2d89f3b421fa23d567da87bc346875a94a0e094a.zip |
wrapped notification line item with the anchros tag instead of the inner, makes the whole line item a link (better)
Diffstat (limited to 'view/theme/testbubble')
-rw-r--r-- | view/theme/testbubble/nav.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/testbubble/nav.tpl b/view/theme/testbubble/nav.tpl index dc16d40eb..baf5f7d30 100644 --- a/view/theme/testbubble/nav.tpl +++ b/view/theme/testbubble/nav.tpl @@ -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> |