Passed
Push — master ( b2fe4d...50adea )
by Amit
02:34
created
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.