mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-31 09:21:26 +00:00
hack fix to stop rendering tags with no metadata
This commit is contained in:
parent
b3cc8a1b5c
commit
bc1dbacf75
1 changed files with 2 additions and 1 deletions
|
@ -48,6 +48,7 @@
|
|||
<div class="row-fluid spacer1">
|
||||
<?php $tagIndex = 0 ?>
|
||||
<?php foreach ($tags as $tag => $enabled): ?>
|
||||
<?php if (!isset($tagMetadata[$tag])) { continue; } //fix/kill this ?>
|
||||
<?php $tagId = 'tag_' . (++$tagIndex) ?>
|
||||
<div class="span6">
|
||||
<div class="row-fluid">
|
||||
|
@ -76,4 +77,4 @@
|
|||
</div>
|
||||
</section>
|
||||
</form>
|
||||
<?php endif ?>
|
||||
<?php endif ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue