commit | 07355daccd7f2d0e1fbea3c6d9a9eab575aa9ad8 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Wed Jul 22 12:46:16 2015 +0300 |
committer | Andrey Andreev <narf@devilix.net> | Wed Jul 22 12:46:16 2015 +0300 |
tree | a328419686c33a8aab24f906f7e9e61c9db1bd31 | |
parent | e1a94d30e2f30cee36f71c246136fb2db34d25df [diff] [blame] |
Fix #3991
diff --git a/application/config/config.php b/application/config/config.php index f4ba70a..a4d883f 100644 --- a/application/config/config.php +++ b/application/config/config.php
@@ -480,6 +480,8 @@ | can rewrite the tags on-the-fly, enabling you to utilize that syntax | in your view files. Options are TRUE or FALSE (boolean) | +| Note: You need to have eval() enabled for this to work. +| */ $config['rewrite_short_tags'] = FALSE;