]> git.mjollnir.org Git - moodle.git/commitdiff
install lang string: MDL-17209 typo fix
authorwildgirl <wildgirl>
Thu, 13 Nov 2008 14:51:36 +0000 (14:51 +0000)
committerwildgirl <wildgirl>
Thu, 13 Nov 2008 14:51:36 +0000 (14:51 +0000)
lang/en_utf8/install.php

index d43460270aa7b103549f5f49be675980e150a636..f30c1d8c571f56e0e353d9ce52aca09993912810 100644 (file)
@@ -309,7 +309,7 @@ $string['php52versionhelp'] = '<p>Moodle requires a PHP version of at least 5.2.
 $string['phpversion'] = 'PHP version';
 $string['phpversionhelp'] = '<p>Moodle requires a PHP version of at least 4.3.0 or 5.1.0 (5.0.x has a number of known problems).</p>
 <p>You are currently running version $a</p>
-<p>You must upgrade PHP or move to a host with a newer version of PHP!<br/>
+<p>You must upgrade PHP or move to a host with a newer version of PHP!<br />
 (In case of 5.0.x you could also downgrade to 4.4.x version)</p>';
 $string['postgres7'] = 'PostgreSQL (postgres7)';
 $string['releasenoteslink'] = 'For information about this version of Moodle, please see Release Notes at $a';