Skip to content

Commit

Permalink
remove unnecessary class from div#form-wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Lwangaman authored and Lwangaman committed May 21, 2020
1 parent 7e730d0 commit 8174197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.php
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ public function create_admin_page()
?>
<div id="page-wrap">
<h2 id="bibleget-h2"><?php _e("BibleGet I/O Settings", "bibleget-io") ?></h2>
<div id="form-wrapper" class="leftfloat">
<div id="form-wrapper">
<form method="post" action="options.php">
<?php
// This prints out all hidden settings fields
Expand Down

0 comments on commit 8174197

Please sign in to comment.