summaryrefslogtreecommitdiff
path: root/src/GF/Canon/Unlex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/Canon/Unlex.hs')
-rw-r--r--src/GF/Canon/Unlex.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Canon/Unlex.hs b/src/GF/Canon/Unlex.hs
index f665f4c85..68c3c054e 100644
--- a/src/GF/Canon/Unlex.hs
+++ b/src/GF/Canon/Unlex.hs
@@ -21,7 +21,7 @@ formatAsText = unwords . format . cap . words where
cap [] = []
major = flip elem (map (:[]) ".!?")
minor = flip elem (map (:[]) ",:;")
- para = (=="<p>")
+ para = (=="&-")
unlex :: [Str] -> String
unlex = formatAsText . performBinds . concat . map sstr . take 1 ----