Completed
Push — master ( 0b9c20...0a3e8d )
by Juliette
17s
created
views/header.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,11 +87,13 @@
 block discarded – undo
87 87
 ?>
88 88
 <body>
89 89
 <?php
90
-else :
90
+else {
91
+	:
91 92
 ?>
92 93
 <body class="static-archive">
93 94
 <?php
94 95
 endif;
96
+}
95 97
 ?>
96 98
 
97 99
 <div class="head">
Please login to merge, or discard this patch.