diff --git a/htdocs/adherents/admin/public.php b/htdocs/adherents/admin/public.php
index 187f71e93a8..299f315fc7a 100644
--- a/htdocs/adherents/admin/public.php
+++ b/htdocs/adherents/admin/public.php
@@ -200,7 +200,7 @@ if (! empty($conf->paybox->enabled) || ! empty($conf->paypal->enabled))
print '
| ';
print $langs->trans("MEMBER_PAYONLINE_SENDEMAIL");
print ' | ';
- print '';;
+ print '';
print " |
\n";
}
diff --git a/htdocs/contrat/card.php b/htdocs/contrat/card.php
index 1d2e3355b24..ef7ff8e5522 100644
--- a/htdocs/contrat/card.php
+++ b/htdocs/contrat/card.php
@@ -793,7 +793,7 @@ else if ($action == 'confirm_move' && $confirm == 'yes' && $user->rights->contra
setEventMessage($object->errors, 'errors');
}
- $result = $object->setValueFrom('ref',GETPOST('ref','alpha'));;
+ $result = $object->setValueFrom('ref',GETPOST('ref','alpha'));
if ($result < 0) {
setEventMessage($object->errors, 'errors');
$action = 'editref';
diff --git a/htdocs/public/api/explorer/lib/handlebars-1.0.rc.1.js b/htdocs/public/api/explorer/lib/handlebars-1.0.rc.1.js
index 05346370a20..81524621ae5 100644
--- a/htdocs/public/api/explorer/lib/handlebars-1.0.rc.1.js
+++ b/htdocs/public/api/explorer/lib/handlebars-1.0.rc.1.js
@@ -726,7 +726,7 @@ Handlebars.log = function(level, str) { Handlebars.logger.log(level, str); };
this.comment = comment;
};
-})();;
+})();
// lib/handlebars/utils.js
Handlebars.Exception = function(message) {
var tmp = Error.prototype.constructor.apply(this, arguments);
@@ -791,7 +791,7 @@ Handlebars.SafeString.prototype.toString = function() {
}
}
};
-})();;
+})();
// lib/handlebars/compiler/compiler.js
/*jshint eqnull:true*/
diff --git a/htdocs/public/api/explorer/lib/handlebars.runtime-1.0.0.beta.6.js b/htdocs/public/api/explorer/lib/handlebars.runtime-1.0.0.beta.6.js
index 987a5cd4d66..d73e043af18 100644
--- a/htdocs/public/api/explorer/lib/handlebars.runtime-1.0.0.beta.6.js
+++ b/htdocs/public/api/explorer/lib/handlebars.runtime-1.0.0.beta.6.js
@@ -156,7 +156,7 @@ Handlebars.SafeString.prototype.toString = function() {
}
}
};
-})();;
+})();
// lib/handlebars/runtime.js
Handlebars.VM = {
template: function(templateSpec) {