@@ -44,10 +44,10 @@ |
||
| 44 | 44 | if ($this->showBlockbyClass) { |
| 45 | 45 | if (strlen(trim($this->shownInClass)) > 0) { |
| 46 | 46 | $lists = 'Type: ' . str_replace(',','<br />Type: ', $this->shownInClass); |
| 47 | - }else{ |
|
| 47 | + } else{ |
|
| 48 | 48 | $lists = '<em><not assigned></em>'; |
| 49 | 49 | } |
| 50 | - }else{ |
|
| 50 | + } else{ |
|
| 51 | 51 | $lists = 'Page: ' . implode('<br />Page: ', $this->Pages()->column('Title')); |
| 52 | 52 | } |
| 53 | 53 | return new LiteralField('shownOn',$lists); |