diff --git a/html/ajax_misc.php b/html/ajax_misc.php
index 4df754687..03b36c2a1 100644
--- a/html/ajax_misc.php
+++ b/html/ajax_misc.php
@@ -123,8 +123,8 @@ EOF;
$Res=$cn->exec_sql("select * from tva_rate order by tva_rate desc");
$Max=Database::num_row($Res);
$r="";
- $r='
';
- $r= "
";
+ $r='';
+ $r.= '
';
$r.=th('');
$r.=th(_('code'));
$r.=th(_('Taux'));
diff --git a/html/compta.php b/html/compta.php
index b8159cb68..92eb3e530 100644
--- a/html/compta.php
+++ b/html/compta.php
@@ -49,9 +49,9 @@ if ($User->check_dossier($gDossier)=='P') {
redirect("extension.php?".dossier::get(),0);
exit();
}
-
+require_once ('function_javascript.php');
html_page_start($_SESSION['g_theme']);
-
+echo load_all_script();
include_once ("user_menu.php");
echo '