From f6bcfea1fc1969eba06864f0c15aa5caabaa1314 Mon Sep 17 00:00:00 2001 From: ftimme Date: Sat, 19 May 2012 14:00:11 +0000 Subject: [PATCH] - Added missing opening tag to new version message. --- interface/web/dashboard/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/web/dashboard/dashboard.php b/interface/web/dashboard/dashboard.php index b86065fa3..59a04f16a 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' => '

There is a new Version of ISPConfig 3 available!

' . '

This Version: ' . $v1 . '

' . - '

New Version : ' . $v2 . '

' . + '

New Version : ' . $v2 . '

' . '

See more...

'); } } -- GitLab