[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 Search |
- No results found |
-
-
-
-
- Error, your search was invalid:
- <% errmsg %>
-
- - This is probably a parse error, check for matching brackets etc.
-
-
-
-<% searchDoneEnd %>
-
-
-
-
-
-> searchDoneBegin :: String -> String
-> searchDoneBegin search = pure
-
-
-
-
- $ - Hoogle
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-> searchDoneEnd :: String
-> searchDoneEnd = pure
-
-
-
-
rmfile ./src/Web/HTML.ths
}