mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Fix unclosed tag in _postAuthor.php
This commit is contained in:
parent
e9dfa38b00
commit
7dd3b4f738
1 changed files with 2 additions and 1 deletions
|
@ -10,13 +10,14 @@
|
|||
<?php if (isset($authorEmail)): ?>
|
||||
<a href="mailto:<?php echo $authorEmail ?>" class="link-primary"><span class="icon icon-envelope"></span></a>
|
||||
<?php endif ?>
|
||||
<?php if (isset ($authorGithub)): ?>
|
||||
<?php if (isset($authorGithub)): ?>
|
||||
<a href="https://github.com/<?php echo $authorGithub ?>" class="link-primary"><span class="icon icon-github"></span></a>
|
||||
<?php endif ?>
|
||||
<?php if (isset($authorTwitter)): ?>
|
||||
<a href="https://www.twitter.com/<?php echo $authorTwitter?>" class="link-primary"><span class="icon icon-twitter"></span></a>
|
||||
<?php endif ?></h3>
|
||||
<?php echo $authorBioHtml ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue