@@ -56,9 +56,12 @@ |
||
56 | 56 | <div class="input-group-append "> |
57 | 57 | <button class='button button-secondary border' type='button' @click.prevent='active_form_element.options.splice(index, 1)'><span class='dashicons dashicons-trash'></span></button> |
58 | 58 | </div> |
59 | - <?php else : ?> |
|
59 | + <?php else { |
|
60 | + : ?> |
|
60 | 61 | <button class='button button-secondary border' type='button' @click.prevent='active_form_element.options.splice(index, 1)'><span class='dashicons dashicons-trash'></span></button> |
61 | - <?php endif; ?> |
|
62 | + <?php endif; |
|
63 | +} |
|
64 | +?> |
|
62 | 65 | </div> |
63 | 66 | |
64 | 67 | <div class='form-group mb-3'> |