more work on post uploads

This commit is contained in:
albert
2010-03-12 19:27:54 -05:00
parent 9eb578927c
commit ca8be10ab9
18 changed files with 218 additions and 168 deletions

View File

@@ -0,0 +1,5 @@
class Presenter
def h(s)
CGI.escapeHTML(s)
end
end