Passed
Push — develop ( 1f7b8a...ebd8d2 )
by Remco
05:15
created
admin/meta-box-notes.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,12 +20,15 @@
 block discarded – undo
20 20
 
21 21
 	<?php esc_html_e( 'No notes found.', 'pronamic_ideal' ); ?>
22 22
 
23
-<?php else : ?>
23
+<?php else {
24
+	: ?>
24 25
 
25 26
 	<table class="pronamic-pay-table widefat">
26 27
 		<thead>
27 28
 			<tr>
28
-				<th scope="col"><?php esc_html_e( 'Date', 'pronamic_ideal' ); ?></th>
29
+				<th scope="col"><?php esc_html_e( 'Date', 'pronamic_ideal' );
30
+}
31
+?></th>
29 32
 				<th scope="col"><?php esc_html_e( 'Note', 'pronamic_ideal' ); ?></th>
30 33
 				<th scope="col"><?php esc_html_e( 'User', 'pronamic_ideal' ); ?></th>
31 34
 			</tr>
Please login to merge, or discard this patch.