Passed
Push — master ( b2fe4d...50adea )
by Amit
02:34
created
page-template.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,4 +54,4 @@
 block discarded – undo
54 54
 ?>
55 55
 </div><!-- #content -->
56 56
 </div><!-- .grid-container -->
57
-<?php get_footer();?>
57
+<?php get_footer(); ?>
Please login to merge, or discard this patch.
index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,4 +71,4 @@
 block discarded – undo
71 71
 </div><!-- #content -->
72 72
 </div><!-- .grid-container -->
73 73
 
74
-<?php get_footer();?>
74
+<?php get_footer(); ?>
Please login to merge, or discard this patch.
page.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,4 +51,4 @@
 block discarded – undo
51 51
 ?>
52 52
 </div><!-- #content -->
53 53
 </div><!-- .grid-container -->
54
-<?php get_footer();?>
54
+<?php get_footer(); ?>
Please login to merge, or discard this patch.
footer.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@
 block discarded – undo
16 16
    </a>
17 17
    <span class="sep"> | </span>
18 18
    <?php
19
-   printf(esc_html__('Theme: %1$s by %2$s.', 'podium'), 'podium', '<a href="http://win-site.co.il/" rel="designer">Amit Tal</a>');
20
-   ?>
19
+    printf(esc_html__('Theme: %1$s by %2$s.', 'podium'), 'podium', '<a href="http://win-site.co.il/" rel="designer">Amit Tal</a>');
20
+    ?>
21 21
  </div><!-- .site-info -->
22 22
 </footer><!-- #colophon -->
23 23
 </div><!-- .grid-container -->
Please login to merge, or discard this patch.