diff --git a/htdocs/mrp/mo_card.php b/htdocs/mrp/mo_card.php
index 9afbbaf9acf..dd45d306e1f 100644
--- a/htdocs/mrp/mo_card.php
+++ b/htdocs/mrp/mo_card.php
@@ -12,7 +12,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*/
/**
@@ -194,7 +194,9 @@ $form = new Form($db);
$formfile = new FormFile($db);
$formproject = new FormProjets($db);
-llxHeader('', $langs->trans('Mo'), '');
+$title = $langs->trans('Mo');
+
+llxHeader('', $title, '');
// Example : Adding jquery code
print '