It is starting to look like this may actually work after all. Listview is the only...
[catagits/Reaction.git] / share / skin / default / layout / display_field / list
index e000875..2b049b5 100644 (file)
@@ -5,16 +5,16 @@
 
 =for layout label
 
-<strong > [ % content %]: </strong>
+<strong > [% content | html %]: </strong>
 
 =for layout list
 
 <ul>
-[% item %]
+[% content %]
 </ul>
 
 =for layout item
 
-<li>[% content %]</li>
+<li>[% content | html %]</li>
 
 =cut
\ No newline at end of file