mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
fix syntax
This commit is contained in:
parent
0950c9f2fd
commit
c5369751c7
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
<?php endforeach ?>
|
||||
<h2>Technical</h2>
|
||||
<?php foreach ([ 'kay-kurokawa', 'jack-robison', 'lex-berezhny',
|
||||
'akinwale-ariwodola', 'sean-yesmunt', , 'amit-tulshyan', 'mark-beamer'] as $bioSlug): ?>
|
||||
'akinwale-ariwodola', 'sean-yesmunt', 'amit-tulshyan', 'mark-beamer'] as $bioSlug): ?>
|
||||
<div class="spacer2">
|
||||
<?php echo View::render('content/_bio', ['person' => $bioSlug]) ?>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue