diff --git a/htdocs/salaries/card.php b/htdocs/salaries/card.php
index 5b6134d192d..8e2188123db 100755
--- a/htdocs/salaries/card.php
+++ b/htdocs/salaries/card.php
@@ -525,10 +525,12 @@ if ($action == 'create') {
}
// Bouton Save payment
-/* print '
| ';
+ /*
+ print ' |
| ';
print $langs->trans("ClosePaidSalaryAutomatically");
print ' | |
';
-*/
+ */
+
// Other attributes
$parameters = array();
$reshook = $hookmanager->executeHooks('formObjectOptions', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
diff --git a/htdocs/website/index.php b/htdocs/website/index.php
index f992a4ba0d0..547f6ac217a 100644
--- a/htdocs/website/index.php
+++ b/htdocs/website/index.php
@@ -2256,7 +2256,7 @@ if ($action == 'generatesitemaps' && $usercanedit) {
$domtree = new DOMDocument('1.0', 'UTF-8');
$root = $domtree->createElementNS('http://www.sitemaps.org/schemas/sitemap/0.9', 'urlset');
- $root->setAttributeNS('http://www.w3.org/2000/xmlns/' ,'xmlns:xhtml', 'http://www.w3.org/1999/xhtml');
+ $root->setAttributeNS('http://www.w3.org/2000/xmlns/', 'xmlns:xhtml', 'http://www.w3.org/1999/xhtml');
$domtree->formatOutput = true;