Dotclear


Ignore:
Timestamp:
02/13/13 16:05:08 (13 years ago)
Author:
Dsls <dsls@…>
Branch:
twig
Message:

Removed escaping in template engine (escaping will need to be explicitely set in templates)
Fixed categories combo field on homepage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/default-templates/index.html.twig

    r1088 r1099  
    4242          <div id="dashboard-contents"> 
    4343               {% for content in dashboard_contents %} 
    44                {{ content|raw }} 
     44               {{ content }} 
    4545               {% endfor %} 
    4646          </div> 
     
    9999               <div> 
    100100               {% for item in dashboard_items %} 
    101                {{ item|raw }} 
     101               {{ item }} 
    102102               {% endfor %} 
    103103               </div> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map