Completed
Push — master ( cadfdc...e87d04 )
by Devin
16:24
created
includes/forms/template.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -740,8 +740,11 @@
 block discarded – undo
740 740
 					}
741 741
 					?>
742 742
 				</select>
743
-			<?php else : ?>
744
-				<input type="text" size="6" name="card_state" id="card_state" class="card_state give-input" placeholder="<?php _e( 'State / Province', 'give' ); ?>"/>
743
+			<?php else {
744
+	: ?>
745
+				<input type="text" size="6" name="card_state" id="card_state" class="card_state give-input" placeholder="<?php _e( 'State / Province', 'give' );
746
+}
747
+?>"/>
745 748
 			<?php endif; ?>
746 749
 		</p>
747 750
 		<?php do_action( 'give_cc_billing_bottom' ); ?>
Please login to merge, or discard this patch.