Skip to content

Commit

Permalink
Remove useless blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
blackcoder87 committed Jun 26, 2020
1 parent 3e9008a commit 1dd1190
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/modules/forum/views/index/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ function rec($item, $obj, $readAccess, $i)
<li><a href="<?=$this->getUrl(['controller' => 'shownewposts', 'action' => 'index']) ?>" class="ilch-link"><?=$this->getTrans('showNewPosts') ?></a></li>
<?php endif; ?>
<li><a href="<?=$this->getUrl(['controller' => 'showactivetopics', 'action' => 'index']) ?>" class="ilch-link"><?=$this->getTrans('showActiveTopics') ?></a></li>

<?php if ($this->getUser()): ?>
<li><a href="<?=$this->getUrl(['controller' => 'rememberedposts', 'action' => 'index']) ?>" class="ilch-link"><?=$this->getTrans('showRememberedPosts') ?></a></li>
<?php endif; ?>
Expand Down

0 comments on commit 1dd1190

Please sign in to comment.