Changeset 1099:b46e6cc8ffff for inc
- Timestamp:
- 02/13/13 16:05:08 (12 years ago)
- Branch:
- twig
- Location:
- inc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/default-templates/index.html.twig
r1088 r1099 42 42 <div id="dashboard-contents"> 43 43 {% for content in dashboard_contents %} 44 {{ content |raw}}44 {{ content }} 45 45 {% endfor %} 46 46 </div> … … 99 99 <div> 100 100 {% for item in dashboard_items %} 101 {{ item |raw}}101 {{ item }} 102 102 {% endfor %} 103 103 </div> -
inc/core/class.dc.core.php
r1092 r1099 145 145 array( 146 146 'auto_reload' => true, 147 'autoescape' => 'html',147 'autoescape' => false, 148 148 'base_template_class' => 'Twig_Template', 149 149 'cache' => $cache_dir,
Note: See TracChangeset
for help on using the changeset viewer.