Plugin Directory

Changeset 2696004


Ignore:
Timestamp:
03/18/2022 02:28:16 PM (4 years ago)
Author:
heygov
Message:

v1.3 fix - line break between plugin options

Location:
heygov
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • heygov/tags/1.3.0/includes/view/show-heygov-settings.php

    r2696002 r2696004  
    8888                        <p>
    8989                            <label><input name="heygov[features][]" type="checkbox" value="issues" <?php checked(in_array('issues', $heygov_features)) ?>> HeyGov 311</label><br>
    90                             <label><input name="heygov[features][]" type="checkbox" value="forms" <?php checked(in_array('forms', $heygov_features)) ?>> HeyLicense</label>
     90                            <label><input name="heygov[features][]" type="checkbox" value="forms" <?php checked(in_array('forms', $heygov_features)) ?>> HeyLicense</label><br>
    9191                            <label><input name="heygov[features][]" type="checkbox" value="payments" <?php checked(in_array('payments', $heygov_features)) ?>> HeyGov QuickPay</label>
    9292                        </p>
  • heygov/trunk/includes/view/show-heygov-settings.php

    r2696002 r2696004  
    8888                        <p>
    8989                            <label><input name="heygov[features][]" type="checkbox" value="issues" <?php checked(in_array('issues', $heygov_features)) ?>> HeyGov 311</label><br>
    90                             <label><input name="heygov[features][]" type="checkbox" value="forms" <?php checked(in_array('forms', $heygov_features)) ?>> HeyLicense</label>
     90                            <label><input name="heygov[features][]" type="checkbox" value="forms" <?php checked(in_array('forms', $heygov_features)) ?>> HeyLicense</label><br>
    9191                            <label><input name="heygov[features][]" type="checkbox" value="payments" <?php checked(in_array('payments', $heygov_features)) ?>> HeyGov QuickPay</label>
    9292                        </p>
Note: See TracChangeset for help on using the changeset viewer.