templates/themes/ansi/context.tmpl
changeset 95 4b80a5396961
parent 88 028f7b02bd3e
child 172 0d651f070319
--- a/templates/themes/ansi/context.tmpl	Sun May 07 21:54:24 2017 +0200
+++ b/templates/themes/ansi/context.tmpl	Sun May 07 21:54:50 2017 +0200
@@ -9,7 +9,7 @@
     Sensitive: true{{end}}
 {{- with .spoiler_text}}
     Spoiler: {{.}}{{end}}
-    Message: {{color "blue"}}{{.content | fromhtml}}{{color "reset"}}
+    Message: {{color "blue"}}{{.content | fromhtml | wrap "     " 80 | trim}}{{color "reset"}}
 {{- range .media_attachments}}
     - Attachment ID: {{printf "%.0f" .id}}
 {{- if .text_url}}
@@ -26,7 +26,7 @@
     Sensitive: true{{end}}
 {{- with .spoiler_text}}
     Spoiler: {{.}}{{end}}
-    Message: {{color "blue"}}{{.content | fromhtml}}{{color "reset"}}
+    Message: {{color "blue"}}{{.content | fromhtml | wrap "     " 80 | trim}}{{color "reset"}}
 {{- range .media_attachments}}
     - Attachment ID: {{printf "%.0f" .id}}
 {{- if .text_url}}