Created
July 6, 2014 09:10
-
-
Save alpmestan/9d2d29337a5cc4ca4968 to your computer and use it in GitHub Desktop.
taggy change
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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