Completed
Push — master ( 9041b7...12aea4 )
by Brian
18s queued 14s
created
templates/invoice/invoice-logo.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -17,10 +17,10 @@
 block discarded – undo
17 17
         $logo_height = wpinv_get_option( 'logo_height' );
18 18
         if ( ! empty( $logo_width ) && ! empty( $logo_height ) ) {
19 19
             echo sprintf(
20
-               '<img class="logo" style="width:%spx; height:%spx" src="%s"/>',
21
-               esc_attr( $logo_width ),
22
-               esc_attr( $logo_height ),
23
-               esc_url( $logo )
20
+                '<img class="logo" style="width:%spx; height:%spx" src="%s"/>',
21
+                esc_attr( $logo_width ),
22
+                esc_attr( $logo_height ),
23
+                esc_url( $logo )
24 24
             );
25 25
         } else {
26 26
         ?>
Please login to merge, or discard this patch.