Completed
Push — master ( 4ebc5f...3e00f0 )
by John
83:19 queued 37:57
created
app/themes/bootstrap/templates/default.php 1 patch
Braces   +4 added lines, -3 removed lines patch added patch discarded remove patch
@@ -7,9 +7,10 @@
 block discarded – undo
7 7
 
8 8
 <?php
9 9
     /** Spit out meta tags **/
10
-    foreach ($this->getMeta() as $name => $content)
11
-        echo "<meta name=\"{$name}\" content=\"{$content}\">\n";
12
-?>
10
+    foreach ($this->getMeta() as $name => $content) {
11
+            echo "<meta name=\"{$name}\" content=\"{$content}\">\n";
12
+    }
13
+    ?>
13 14
 
14 15
 <title><?php echo $this->getPageTitle() ?></title>
15 16
 
Please login to merge, or discard this patch.
app/themes/bootstrap/templates/fullpage.php 1 patch
Braces   +4 added lines, -3 removed lines patch added patch discarded remove patch
@@ -5,9 +5,10 @@
 block discarded – undo
5 5
 
6 6
 <?php
7 7
     /** Spit out meta tags **/
8
-    foreach ($this->getMeta() as $name => $content)
9
-        echo "<meta name=\"{$name}\" content=\"{$content}\">\n";
10
-?>
8
+    foreach ($this->getMeta() as $name => $content) {
9
+            echo "<meta name=\"{$name}\" content=\"{$content}\">\n";
10
+    }
11
+    ?>
11 12
 
12 13
 <title><?php echo $this->getPageTitle(); ?></title>
13 14
 
Please login to merge, or discard this patch.