Passed
Push — master ( 5a1525...696ce9 )
by
unknown
04:53
created
www/includes/easyparliament/templates/html/mp/_register_field.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,11 +13,14 @@
 block discarded – undo
13 13
             <?php $detail = $upper_detail; ?>
14 14
         </ul>
15 15
         </li>
16
-    <?php else : ?>
16
+    <?php else {
17
+    : ?>
17 18
         <li class="interest-detail">
18 19
         <?php if ($detail->has_value()): ?>
19 20
             <span class="interest-detail-name"><?= $detail->display_as ?>: </span>
20 21
             <span class="interest-detail-value"><?= htmlspecialchars($detail->value) ?></span>
21
-        <?php endif; ?>
22
+        <?php endif;
23
+}
24
+?>
22 25
         </li>
23 26
     <?php endif; ?>
Please login to merge, or discard this patch.