diff options
author | Robin Jarry <robin@jarry.cc> | 2023-03-04 00:15:57 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-03-08 00:43:00 +0100 |
commit | 573b3266afcf6dc52c82ffa238f5d9b82ee11cf7 (patch) | |
tree | a8a3031183f3d444957bd64ab0627fd879bac62e /doc/aerc-templates.7.scd | |
parent | 66c532f859dd477ce57e222107c6b371e66064b8 (diff) | |
download | aerc-573b3266afcf6dc52c82ffa238f5d9b82ee11cf7.tar.gz |
templates: reverse args order for .Style
In preparation for .StyleMatch put the content first, followed by the
style name.
Signed-off-by: Robin Jarry <robin@jarry.cc>
Acked-by: Tim Culverhouse <tim@timculverhouse.com>
Diffstat (limited to 'doc/aerc-templates.7.scd')
-rw-r--r-- | doc/aerc-templates.7.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/aerc-templates.7.scd b/doc/aerc-templates.7.scd index 8a2a3381..7d77cd0b 100644 --- a/doc/aerc-templates.7.scd +++ b/doc/aerc-templates.7.scd @@ -374,7 +374,7 @@ aerc provides the following additional functions: Apply a user-defined style (see *aerc-stylesets*(7)) to a string. ``` - {{.Style "red" .Account}} + {{.Style .Account "red"}} ``` *version* |