Completed
Push — master ( 5bc057...206923 )
by Federico
03:27
created
dist/jate/modules/GUI/GUI.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,9 +12,10 @@
 block discarded – undo
12 12
 			echo minifyOutput($render);
13 13
 		}
14 14
 		protected function overlayTag( $_page ) {
15
-			foreach($this->tags as $key => $value)
16
-				if(!is_array($value))
15
+			foreach($this->tags as $key => $value) {
16
+							if(!is_array($value))
17 17
 					$_page = str_replace("<_${key}_>", "$value", $_page);
18
+			}
18 19
 			return $_page;
19 20
 		}
20 21
 	}
Please login to merge, or discard this patch.