Passed
Branch master (ead8fb)
by SILENT
43:36 queued 41:26
created
archive-comic.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,9 +62,12 @@
 block discarded – undo
62 62
 								) ); ?>
63 63
 				</div>
64 64
 
65
-	<?php else : ?>
65
+	<?php else {
66
+	: ?>
66 67
 
67
-	<?php get_template_part( 'no-results', 'archive-comic' ); ?>
68
+	<?php get_template_part( 'no-results', 'archive-comic' );
69
+}
70
+?>
68 71
 
69 72
 	<?php endif;
70 73
 			wp_reset_postdata(); ?>
Please login to merge, or discard this patch.