Skip to content

Instantly share code, notes, and snippets.

@alpmestan
Created July 6, 2014 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alpmestan/9d2d29337a5cc4ca4968 to your computer and use it in GitHub Desktop.
Save alpmestan/9d2d29337a5cc4ca4968 to your computer and use it in GitHub Desktop.
taggy change
$ git diff
diff --git a/src/Text/Taggy/Parser.hs b/src/Text/Taggy/Parser.hs
index e7dc2cc..19b49e1 100644
--- a/src/Text/Taggy/Parser.hs
+++ b/src/Text/Taggy/Parser.hs
@@ -117,7 +117,7 @@ tagclose = do
char '/'
skipSpace
i <- ident
- char '>'
+ possibly '>'
return $ TagClose i
tagtext :: Bool -> Parser Tag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment