ftimme
2012-05-19 f6bcfea1fc1969eba06864f0c15aa5caabaa1314
- Added missing opening <b> tag to new version message.
1 files modified
2 ■■■ changed files
interface/web/dashboard/dashboard.php 2 ●●● patch | view | raw | blame | history
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>');
    }
}