templates/themes/ansi/account.tmpl
changeset 124 20d514540f37
parent 99 a179dc99a044
child 138 04cc4b4f8862
--- a/templates/themes/ansi/account.tmpl	Thu May 11 21:03:45 2017 +0200
+++ b/templates/themes/ansi/account.tmpl	Thu May 11 23:57:17 2017 +0200
@@ -7,6 +7,6 @@
   Followers: {{.followers_count}}
   Following: {{.following_count}}
 {{- with .note}}{{if ne . "<p></p>"}}
-  Note: {{color "yellow"}}{{. | fromhtml | wrap "   " 80 | trim}}{{color "reset"}}{{end}}{{end}}
+  Note: {{color "yellow"}}{{. | fromhtml | wrap "   " 79 | trim}}{{color "reset"}}{{end}}{{end}}
 {{- if eq .locked true}}
   Locked: true{{end}}