mirror of
https://github.com/friendica/friendica
synced 2025-09-09 23:05:19 +02:00
spelling: sidebar
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
a3f4fe1ee9
commit
68c7634fa6
5 changed files with 6 additions and 6 deletions
|
@ -17,7 +17,7 @@ function showHideForumlist() {
|
|||
<div id="forumlist-sidebar-right" class="widget">
|
||||
<h3 id="forumlist">{{$title}}</h3>
|
||||
|
||||
<ul id="forumlist-sidbar-ul" role="menu">
|
||||
<ul id="forumlist-sidebar-ul" role="menu">
|
||||
{{foreach $forums as $forum}}
|
||||
{{if $forum.id <= $visible_forums}}
|
||||
<li class="forum-widget-entry forum-{{$forum.cid}}" id="forum-widget-entry-{{$forum.id}}" role="menuitem">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue