]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Another fix to number of `~` symbols...
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 21 Mar 2016 13:51:58 +0000 (13:51 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 21 Mar 2016 13:51:58 +0000 (13:51 +0000)
doc/markdown/modules/rspamd_update.md

index de3bb08ce76933c395eeabcb98249b80931ea612..78b004c8cb83e5cc81d8f8f2ce0e67c65a475f0c 100644 (file)
@@ -42,7 +42,7 @@ trusted_keys = ["<public key string>"];
 
 or add it as `key` definition to the map string:
 
-~~ucl
+~~~ucl
 map = "sign+key=<key_string>+http://example.com/map"
 ~~~