Skip to content
Snippets Groups Projects
Commit f6bcfea1 authored by Falko Timme's avatar Falko Timme
Browse files

- Added missing opening <b> tag to new version message.

parent 51fab967
No related merge requests found
......@@ -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>');
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment