diff options
Diffstat (limited to 'dev-haskell/hamlet/metadata.xml')
-rw-r--r-- | dev-haskell/hamlet/metadata.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/hamlet/metadata.xml b/dev-haskell/hamlet/metadata.xml index 0b2d7cfcc1b0..ecdb35051a4a 100644 --- a/dev-haskell/hamlet/metadata.xml +++ b/dev-haskell/hamlet/metadata.xml @@ -5,7 +5,7 @@ <longdescription> Hamlet gives you a type-safe tool for generating HTML code. It works via Quasi-Quoting, and generating extremely efficient output code. The syntax is white-space sensitive, and it helps you avoid cross-site scripting issues and 404 errors. Please see the documentation at <http://docs.yesodweb.com/book/hamlet/> for more details. - Here is a quick overview of hamlet html. Due to haddock escaping issues, we can't properly show variable insertion, but we are still going to show some conditionals. Please see <http://www.yesodweb.com/book/templates> for a thorough description + Here is a quick overview of hamlet html. Due to haddock escaping issues, we can't properly show variable insertion, but we are still going to show some conditionals. Please see <http://www.yesodweb.com/book/templates> for a thorough description > !!! > <html> |