diff -r 4c0206d283e5 -r 4b80a5396961 templates/themes/ansi/context.tmpl --- 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}}