From f6bcfea1fc1969eba06864f0c15aa5caabaa1314 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Sat, 19 May 2012 10:00:11 -0400
Subject: [PATCH] - Added missing opening <b> tag to new version message.
---
interface/web/dashboard/dashboard.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/interface/web/dashboard/dashboard.php b/interface/web/dashboard/dashboard.php
index b86065f..59a04f1 100644
--- a/interface/web/dashboard/dashboard.php
+++ b/interface/web/dashboard/dashboard.php
@@ -111,7 +111,7 @@
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>');
}
}
--
Gitblit v1.9.1