views/wiki.haml in rblosxom-0.1.5 vs views/wiki.haml in rblosxom-0.1.6
- old
+ new
@@ -1,9 +1,7 @@
#wrap
#header= haml :header, :layout => false
#main.clearfix
- .g12
- :textile
- #{content}
+ .g12= textile("#{content}")
#footer
.inner= haml :footer, :layout => false, :locals => { }