mirror of
https://github.com/friendica/friendica
synced 2024-11-10 12:22:53 +00:00
Merge pull request #18 from duthied/master
tweak to notification drop-down line items in testbubble theme
This commit is contained in:
commit
5cb0b0ed45
1 changed files with 1 additions and 1 deletions
|
@ -54,5 +54,5 @@
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<ul id="nav-notifications-template" style="display:none;" rel="template">
|
<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>
|
</ul>
|
||||||
|
|
Loading…
Reference in a new issue