Skip to content

Commit

Permalink
missing echo gridspan
Browse files Browse the repository at this point in the history
  • Loading branch information
trob authored Jul 8, 2017
1 parent b797c81 commit c2e130b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

<div class="<?php echo $element->span;?>">
<div class="row-fluid">
<div class="<?php FabrikHelperHTML::getGridSpan(4); ?>"><em><?php echo $element->label_raw ?></em></div>
<div class="<?php FabrikHelperHTML::getGridSpan(8); ?>"><?php echo $element->element;?></div>
<div class="<?php echo FabrikHelperHTML::getGridSpan(4); ?>"><em><?php echo $element->label_raw ?></em></div>
<div class="<?php echo FabrikHelperHTML::getGridSpan(8); ?>"><?php echo $element->element;?></div>
</div>
</div>

Expand Down

0 comments on commit c2e130b

Please sign in to comment.