Skip to content

Commit

Permalink
fix(wizard): missing HTML tag breaking footer
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Oct 5, 2020
1 parent e3188ef commit a299a14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1129,8 +1129,7 @@ a.plugin_formcreator_formTile_title {
clear: both;
position: fixed;
bottom: 0;
width: 100%;
padding: 5px 0;
width: calc(100% - 10px);
}

.plugin_formcreator_leftHeader#header .plugin_formcreator_leftMenu {
Expand Down
2 changes: 1 addition & 1 deletion inc/wizard.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public static function header($title) {
self::showHeaderTopContent();
echo '</div>'; //.formcreator_header_top

echo '<div id="page" class="plugin_formcreator_page">';
echo '<main id="page" class="plugin_formcreator_page">';

// call static function callcron() every 5min
CronTask::callCron();
Expand Down

0 comments on commit a299a14

Please sign in to comment.