Make final link-to-follow stand out a bit.
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Sun, 3 Sep 2006 23:00:36 +0000 (23:00 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Sun, 3 Sep 2006 23:00:36 +0000 (23:00 +0000)
config/index.php

index b4c23bc..203c2a1 100644 (file)
@@ -1224,7 +1224,7 @@ it and uploading it again will hopefully change the ownership to a user ID speci
 EOT;
        } else {
                echo "<p>Installation successful! Move the config/LocalSettings.php file into the parent directory, then follow
-                       <a href='../index.php'>this link</a> to your wiki.</p>\n";
+                       <strong><a href='../index.php'>this link</a></strong> to your wiki.</p>\n";
        }
 }