mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-03 02:35:11 +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">
|
||||
|
|
Loading…
Add table
Reference in a new issue