diff --git a/interface/web/dashboard/dashboard.php b/interface/web/dashboard/dashboard.php
index b86065fa37682e11de85d37e88d09a7c7cbfaa72..59a04f16afa0a1aab7cbe11e626ee8b96341f783 100644
--- a/interface/web/dashboard/dashboard.php
+++ b/interface/web/dashboard/dashboard.php
@@ -111,7 +111,7 @@ if($_SESSION["s"]["user"]["typ"] == 'admin') {
 	if($new_fullversion > $this_fullversion) {
 		$info[] = array('info_msg' => '<p>There is a new Version of ISPConfig 3 available!</p>' . 
 			'<p>This Version: <b>' . $v1 . '</b></p>' . 
-			'<p>New Version : ' . $v2 .  '</b></p>' .
+			'<p>New Version : <b>' . $v2 .  '</b></p>' .
 			'<p><a href="http://www.ispconfig.org/ispconfig-3/download" target="ISPC">See more...</a></p>');
 	}
 }