[paintTable thomashartman1@gmail.com**20080917132934] hunk ./src/View.hs 85 -paintTable t = "" ++ trs ++ "" - td x = "" +paintTable cells = table . concat . map (tr . concat) . ( (map . map) td ) $ cells hunk ./src/View.hs 87 +tr x = "" ++ x ++ "" +td x = "" +table x = "
" ++ x ++ "
" ++ x ++ "
" ++ x ++ "
"