liquid_feedback_frontend
diff app/main/member/_show.lua @ 12:60bed92b7434
Version beta8
Bugfix in app/main/member_show.lua related to last fix
Bugfix in app/main/member_show.lua related to last fix
| author | bsw |
|---|---|
| date | Fri Jan 22 12:00:00 2010 +0100 (2010-01-22) |
| parents | 77d58efe99fd |
| children | 00d1004545f1 |
line diff
1.1 --- a/app/main/member/_show.lua Fri Jan 22 12:00:00 2010 +0100 1.2 +++ b/app/main/member/_show.lua Fri Jan 22 12:00:00 2010 +0100 1.3 @@ -73,7 +73,7 @@ 1.4 ui.tag{ 1.5 tag = "span", 1.6 content = function() 1.7 - slot.put(encode.html_newlines(html.encode(member.address))) 1.8 + slot.put(encode.html_newlines(encode.html(member.address))) 1.9 end 1.10 } 1.11 end