diff --git a/index.php b/index.php
index 78bc464..a243f21 100644
--- a/index.php
+++ b/index.php
@@ -21,7 +21,7 @@ if ($ICEcoder["checkUpdates"]) {
$thisV = $ICEcoder["versionNo"];
if (strpos($thisV,"beta")>-1 && !strpos($icv,"beta") && str_replace(" beta","",$thisV) == $icv) {$thisV-=0.1;};
if ($thisV<$icv) {
- $updateMsg = ";top.ICEcoder.dataMessage('UPDATE INFO: ICEcoder v ".$icv." now available. (Your version is v ".$ICEcoder["versionNo"]."). Get it free from icecoder.net
".$icvI."');";
+ $updateMsg = ";top.ICEcoder.dataMessage('UPDATE INFO: ICEcoder v ".$icv." now available. (Your version is v ".$ICEcoder["versionNo"].").
Update now
".$icvI."');";
}
}
?>