Completed
Branch master (f11977)
by Leo
02:15
created
code/Block.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,10 +44,10 @@
 block discarded – undo
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>&lt;not assigned&gt;</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);
Please login to merge, or discard this patch.