Skip to content

Commit

Permalink
Fixing page settings HTML structure
Browse files Browse the repository at this point in the history
  • Loading branch information
dparker1005 committed Apr 11, 2024
1 parent 322c1dc commit 6dfa667
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions adminpages/pagesettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -729,13 +729,12 @@ class="button button-secondary pmpro_page_view"><?php esc_html_e('view page', 'p
<input name="savesettings" type="submit" class="button button-primary"
value="<?php esc_attr_e('Save Settings', 'paid-memberships-pro' ); ?>"/>
</p>
<?php
} ?>
</div>
</div>
<?php
}
?>
}
?>
</form>

<?php
Expand Down

0 comments on commit 6dfa667

Please sign in to comment.