Removing carriage return to attempt to try to avoid merge conflict in github UI

This commit is contained in:
Robbt 2018-01-08 18:47:21 -05:00
parent 25066afb37
commit c8ba866484
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
$items = $this->contents;
$isSmartBlock = ($this->obj instanceof Application_Model_Block);
$isPlaylist = ($this->obj instanceof Application_Model_Playlist);
if (count($items) && ($isSmartBlock || $isPlaylist)) : ?>
<?php $i = 0; ?>
<?php foreach($items as $item) :