Passed
Pull Request — master (#1925)
by
unknown
05:21
created
www/includes/easyparliament/templates/html/register/_register_field.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,11 +12,14 @@
 block discarded – undo
12 12
         <?php $detail = $upper_detail; ?>
13 13
     </ul>
14 14
     </li>
15
-<?php else : ?>
15
+<?php else {
16
+    : ?>
16 17
     <li class="interest-detail">
17 18
     <?php if ($detail->has_value()): ?>
18 19
         <span class="interest-detail-name"><?= $detail->display_as ?>: </span>
19 20
         <span class="interest-detail-value"><?= htmlspecialchars($detail->value) ?></span>
20
-    <?php endif; ?>
21
+    <?php endif;
22
+}
23
+?>
21 24
     </li>
22 25
 <?php endif; ?>
23 26
\ No newline at end of file
Please login to merge, or discard this patch.