about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--doc/aerc-templates.7.scd3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/aerc-templates.7.scd b/doc/aerc-templates.7.scd
index adcc85c..a681fb2 100644
--- a/doc/aerc-templates.7.scd
+++ b/doc/aerc-templates.7.scd
@@ -32,7 +32,7 @@ available always.
 	{{(index .From 0).Name}}
 	```
 
-	Get the email address of the first sender
+	Get the email address of the first sender.
 	```
 	{{(index .From 0).Address}}
 	```
@@ -82,6 +82,7 @@ available always.
 	```
 	{{quote .OriginalText}}
 	```
+
 	_exec_ function execute external command to process message.
 	```
 	{{exec `/usr/local/share/aerc/filters/html`}}