Skip to content

Commit

Permalink
fix(wizard): broken HTML, forms are invisible
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 9, 2020
1 parent 3a664f8 commit aac9c08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions inc/wizard.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,7 @@ public static function header($title) {
self::showHeaderTopContent();
echo '</div>'; //.formcreator_header_top

echo "<main role='main' id='page'>";
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 aac9c08

Please sign in to comment.