enable codeigniter workaround for short tags
[www-register-wizard.git] / 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)
 |
 */
-$config['rewrite_short_tags'] = FALSE;
+$config['rewrite_short_tags'] = TRUE;
 
 
 /*