diff --git a/src/03-html/06-escaping_characters.md b/src/03-html/06-escaping_characters.md index b5cf486..7bb3633 100644 --- a/src/03-html/06-escaping_characters.md +++ b/src/03-html/06-escaping_characters.md @@ -177,7 +177,7 @@ ghci> :load Html.hs [1 of 1] Compiling Html ( Html.hs, interpreted ) Ok, one module loaded. ghci> render (html_ "" (p_ "<body>")) -"<html><head><title><title>

<body>

" +"<title>

" ``` As well as import library modules: