Revert changes on dbmanager.php

Former-commit-id: 3c9eaec695b923ea81f60d8dcfb5716af6515e37
This commit is contained in:
marcos.alconada 2019-03-07 10:36:06 +01:00
parent e79e2a4fbc
commit 2d6636bb51
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ function dbmgr_extension_main()
echo '<br /><br />';
echo "<form method='post' action=''>";
html_print_textarea('sql', 5, 50, $sql);
html_print_textarea('sql', 5, 50, html_entity_decode($sql, ENT_QUOTES));
echo '<br />';
echo '<div class="action-buttons" style="width: 100%">';
echo '<br />';