mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-05 05:15:18 +00:00
fix formatting
This commit is contained in:
parent
d5cca69341
commit
78058e7e35
1 changed files with 3 additions and 3 deletions
|
@ -32,10 +32,10 @@
|
|||
<?php endif ?>
|
||||
<?php if (strpos(Request::getRelativeUri(), ContentActions::URL_NEWS) === false): ?>
|
||||
<li>Check out the latest <a href="/news" class="link-primary">news</a>.</li>
|
||||
<?php endif ?>
|
||||
<?php if (Request::getRelativeUri()!= '/faq'): ?>
|
||||
<?php endif ?>
|
||||
<?php if (Request::getRelativeUri()!= '/faq'): ?>
|
||||
<li>Read our <a href="/faq" class="link-primary">Frequently Asked Questions</a>.</li>
|
||||
<?php endif ?>
|
||||
<?php endif ?>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue