[Remove the .ths file, .xhs is the way forward Neil Mitchell**20060818140609] { hunk ./src/Web/HTML.ths 1 - -> -- generate pages, using .ths preprocessor -> module Web.HTML(htmlError) where - - -> htmlError :: String -> String -> String -> htmlError search errmsg = pure -<% searchDoneBegin search %> - - - - - -
Invalid SearchNo results found
- -
- Error, your search was invalid:
- <% errmsg %> - -
- -<% searchDoneEnd %> - - - - - -> searchDoneBegin :: String -> String -> searchDoneBegin search = pure - - - - - $ - Hoogle - - - - - - - - - - - - - - -
-
- - -
-
- - - - -> searchDoneEnd :: String -> searchDoneEnd = pure - - - - rmfile ./src/Web/HTML.ths }