Skip to content
Snippets Groups Projects
Commit 6f52ac37 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: W3C

parent a9e6d9e0
No related branches found
No related tags found
No related merge requests found
......@@ -134,6 +134,7 @@ if ($db->label == 'MySQL')
//else print '<br><a href="'.$_SERVER["PHP_SELF"].'?showpass=0&amp;radio_dump=mysql_options">'.$langs->trans("HidePassword").'</a>';
?>
</div>
</fieldset>
<?php
}
else if ($db->label == 'PostgreSQL')
......@@ -169,11 +170,11 @@ else if ($db->label == 'PostgreSQL')
//else print '<br><a href="'.$_SERVER["PHP_SELF"].'?showpass=0&amp;radio_dump=mysql_options">'.$langs->trans("HidePassword").'</a>';
?>
</div>
</fieldset>
<?php
}
?>
</fieldset>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment