--- a/install.php Thu Nov 27 10:21:58 2008 -0500
+++ b/install.php Thu Nov 27 10:26:49 2008 -0500
@@ -1152,7 +1152,7 @@
<img alt="[ Enano CMS Project logo ]" src="images/enano-artwork/installer-greeting-blue.png" style="display: block; margin: 0 auto; padding-left: 100px;" />
<h2>Welcome to Enano</h2>
<h3>Version <?php echo ENANO_VERSION; ?> – stable<br />
- <span style="font-weight: normal;">also affectionately known as "<?php echo ENANO_RELEASE_NAME; ?>" <tt>:)</tt></span></h3>
+ <span style="font-weight: normal;">also affectionately known as "<?php echo strtolower(ENANO_RELEASE_NAME); ?>" <tt>:)</tt></span></h3>
<?php
if ( file_exists('./_nightly.php') )
{