aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mmm/mmmfs/layout.moon4
1 files changed, 2 insertions, 2 deletions
diff --git a/mmm/mmmfs/layout.moon b/mmm/mmmfs/layout.moon
index 861f8e0..9a33b27 100644
--- a/mmm/mmmfs/layout.moon
+++ b/mmm/mmmfs/layout.moon
@@ -87,8 +87,8 @@ get_meta = =>
title = (@get 'title: text/plain') or @gett 'name: alpha'
l = (str) ->
- str = str\gsub '[%s\\n]+$', ''
- str\gsub '\\n', ' '
+ str = str\gsub '[%s\n]+$', ''
+ str\gsub '\n', ' '
e = (str) -> string.format '%q', l str
meta = "