about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2015-04-01 16:30:23 -0700
committerCase Duckworth2015-04-01 16:30:23 -0700
commit9997ca307cd3a89f332988c8d5f351c06054e98e (patch)
treef2f9ff83c382df72672e6fcd955585714f851b76
parentRevise a few poems in Elegies (diff)
parentFix spacing issue in versify.hs l.15 (diff)
downloadautocento-9997ca307cd3a89f332988c8d5f351c06054e98e.tar.gz
autocento-9997ca307cd3a89f332988c8d5f351c06054e98e.zip
Merge branch 'gh-pages' of https://github.com/duckwork/autocento into gh-pages
-rw-r--r--trunk/versify.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/versify.hs b/trunk/versify.hs index def041c..48e9c00 100644 --- a/trunk/versify.hs +++ b/trunk/versify.hs
@@ -12,4 +12,4 @@ transformVerseParas x = x
12 12
13addLineSpans :: [Inline] -> [Inline] 13addLineSpans :: [Inline] -> [Inline]
14addLineSpans = map encloseInSpan . splitWhen (== LineBreak) 14addLineSpans = map encloseInSpan . splitWhen (== LineBreak)
15 where encloseInSpan = Span("", ["line"], []) 15 where encloseInSpan = Span ("", ["line"], [])