Project

General

Profile

« Previous | Next » 

Revision 1563

Added by Dietmar over 12 years ago

add linebreak in backend message for 'delete install folder...'

View differences:

index.php
69 69
			    exit;
70 70
			}
71 71
		} else {
72
			$msg .= (file_exists(WB_PATH.'/upgrade-script.php') ? '<br />'.$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] : '');
72
			$msg .= (file_exists(WB_PATH.'/upgrade-script.php') ? '<br />'.$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'].'<br />' : '');
73 73
		}
74 74
	}
75 75
}

Also available in: Unified diff