enable codeigniter workaround for short tags
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 13 Apr 2010 10:17:35 +0000 (10:17 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 13 Apr 2010 10:17:35 +0000 (10:17 +0000)
application/config/config.php

index 6059915..bc7caf0 100644 (file)
@@ -309,7 +309,7 @@ $config['time_reference'] = 'local';
 | in your view files.  Options are TRUE or FALSE (boolean)
 |
 */
 | in your view files.  Options are TRUE or FALSE (boolean)
 |
 */
-$config['rewrite_short_tags'] = FALSE;
+$config['rewrite_short_tags'] = TRUE;
 
 
 /*
 
 
 /*