diff --git a/htdocs/index.php3 b/htdocs/index.php3
index 14d6e951396..7583915354b 100644
--- a/htdocs/index.php3
+++ b/htdocs/index.php3
@@ -103,7 +103,8 @@ if ($db->ok) {
$db->close();
}
-llxFooter("Dernière modification $Date$ révision $Id$");
+$Id = "Révision";
+llxFooter("$Id$");
?>