diff --git a/htdocs/takepos/invoice.php b/htdocs/takepos/invoice.php
index c71f7f861a3..f7f79b03414 100644
--- a/htdocs/takepos/invoice.php
+++ b/htdocs/takepos/invoice.php
@@ -237,7 +237,7 @@ function Print(id){
function TakeposPrinting(id){
var receipt;
$.get("receipt.php?facid="+id, function(data, status){
- receipt=data.replace(/([^>\r\n]?)(\r\n|\n\r|\r|\n)/g, '');;
+ receipt=data.replace(/([^>\r\n]?)(\r\n|\n\r|\r|\n)/g, '');
$.ajax({
type: "POST",
url: 'http://global->TAKEPOS_PRINT_SERVER;?>:8111/print',
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index 72edb17b719..f24c7981734 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -4705,7 +4705,7 @@ a span.select2-chosen
/* Special case for the select2 add widget */
#addbox .select2-container .select2-choice > .select2-chosen, #actionbookmark .select2-container .select2-choice > .select2-chosen {
- text-align: ;;
+ text-align: ;
opacity: 0.3;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
diff --git a/htdocs/user/class/user.class.php b/htdocs/user/class/user.class.php
index 23f8b09169d..f9b1e65e771 100644
--- a/htdocs/user/class/user.class.php
+++ b/htdocs/user/class/user.class.php
@@ -2283,7 +2283,7 @@ class User extends CommonObject
$label.= '
'.$langs->trans("Browser").': '.$conf->browser->name.($conf->browser->version?' '.$conf->browser->version:'').' ('.$_SERVER['HTTP_USER_AGENT'].')';
$label.= '
'.$langs->trans("Layout").': '.$conf->browser->layout;
$label.= '
'.$langs->trans("Screen").': '.$_SESSION['dol_screenwidth'].' x '.$_SESSION['dol_screenheight'];
- if ($conf->browser->layout == 'phone') $label.= '
'.$langs->trans("Phone").': '.$langs->trans("Yes");;
+ if ($conf->browser->layout == 'phone') $label.= '
'.$langs->trans("Phone").': '.$langs->trans("Yes");
if (! empty($_SESSION["disablemodules"])) $label.= '
'.$langs->trans("DisabledModules").':
'.join(', ',explode(',',$_SESSION["disablemodules"]));
}
if ($infologin < 0) $label='';
diff --git a/htdocs/variants/card.php b/htdocs/variants/card.php
index 1f04e5edb87..374341c51f6 100644
--- a/htdocs/variants/card.php
+++ b/htdocs/variants/card.php
@@ -300,4 +300,4 @@ if ($action == 'edit') { ?>
// End of page
llxFooter();
-$db->close();;
+$db->close();