summaryrefslogtreecommitdiffstats
path: root/application/views
diff options
context:
space:
mode:
authorAlex Bilbie <alex@alexbilbie.com>2012-06-02 12:13:54 +0200
committerAlex Bilbie <alex@alexbilbie.com>2012-06-02 12:13:54 +0200
commitbeea5dc4bdb244da4789d4d1a99065099ef51a1e (patch)
tree46dd2eb24945271f01251698db5d7990b09ae353 /application/views
parentd6d1150959c95e43d310d0bc45f8bd674ff6460c (diff)
Replaced `==` with `===` in /application/views/welcome_message.php
Diffstat (limited to 'application/views')
-rw-r--r--application/views/welcome_message.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/welcome_message.php b/application/views/welcome_message.php
index 45360da60..65f62a922 100644
--- a/application/views/welcome_message.php
+++ b/application/views/welcome_message.php
@@ -107,7 +107,7 @@
<p>If you are exploring CodeIgniter for the very first time, you should start by reading the <a href="user_guide/">User Guide</a>.</p>
</div>
- <p class="footer">Page rendered in <strong>{elapsed_time}</strong> seconds. <?php echo (ENVIRONMENT == 'development') ? 'CodeIgniter Version <strong>' . CI_VERSION . '</strong>' : '' ?></p>
+ <p class="footer">Page rendered in <strong>{elapsed_time}</strong> seconds. <?php echo (ENVIRONMENT === 'development') ? 'CodeIgniter Version <strong>' . CI_VERSION . '</strong>' : '' ?></p>
</div>
</body>