diff options
| author | aarne <unknown> | 2004-10-25 14:22:18 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2004-10-25 14:22:18 +0000 |
| commit | 24ba5b3b82441ecd9a20f05b7b39071f51c32c03 (patch) | |
| tree | 0eb90e249c51c8bf6c8d4e83d6a313eabfd53c9e /src/GF/Text | |
| parent | 51fb62890f9b7ba0cc13e5b040eace6a97ac6fc2 (diff) | |
markup
Diffstat (limited to 'src/GF/Text')
| -rw-r--r-- | src/GF/Text/Text.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Text/Text.hs b/src/GF/Text/Text.hs index de29e9026..aff52608b 100644 --- a/src/GF/Text/Text.hs +++ b/src/GF/Text/Text.hs @@ -46,7 +46,7 @@ formatAsText = unwords . format . cap . words where cap [] = [] major = flip elem (map singleton ".!?") minor = flip elem (map singleton ",:;") - para = (=="<p>") + para = (=="&-") formatAsCode :: String -> String formatAsCode = rend 0 . words where |
