mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-31 09:21:26 +00:00
missed class
This commit is contained in:
parent
d01c1d6cd5
commit
f63c665b7f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<a href="/<?php echo $prevPost->getRelativeUrl() ?>" class="link-primary">‹ {{news.prev}}</a>
|
||||
</div>
|
||||
<div class="meta">
|
||||
<a href="/<?php echo $prevPost->getRelativeUrl() ?>">
|
||||
<a class="prev-next-title" href="/<?php echo $prevPost->getRelativeUrl() ?>">
|
||||
<?php echo htmlentities($prevPost->getTitle()) ?>
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue