liquid_feedback_frontend
diff app/main/member/_profile.lua @ 279:23c98752e697
Added wiki support for suggestions and member statements
| author | bsw |
|---|---|
| date | Thu Feb 16 14:08:43 2012 +0100 (2012-02-16) |
| parents | 7196685f9dd7 |
| children | c587d8762e62 |
line diff
1.1 --- a/app/main/member/_profile.lua Mon Feb 13 01:53:41 2012 +0100 1.2 +++ b/app/main/member/_profile.lua Thu Feb 16 14:08:43 2012 +0100 1.3 @@ -135,7 +135,7 @@ 1.4 ui.container{ 1.5 attr = { class = "member_statement wiki" }, 1.6 content = function() 1.7 - slot.put(format.wiki_text(member.statement)) 1.8 + slot.put(member:get_content("html")) 1.9 end 1.10 } 1.11 end