changeset 2047:2ec7c0b8a371

mod_firewall/README: Fix table
author Kim Alvefur <zash@zash.se>
date Sat, 13 Feb 2016 15:00:50 +0100
parents 980e5f5bd62c
children 2c6bc38f19a6
files mod_firewall/README.markdown
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mod_firewall/README.markdown	Sat Feb 13 12:08:21 2016 +0100
+++ b/mod_firewall/README.markdown	Sat Feb 13 15:00:50 2016 +0100
@@ -184,10 +184,10 @@
 its own, and does **not** match 'user@example.com'. To perform domain
 whitelists or blacklists, use Zones.
 
-  Condition   Matches
-  ----------- -------------------------------------------------------
-  `FROM_EXACTLY`      The JID in the 'from' attribute exactly matches the given JID
-  `TO_EXACTLY`        The JID in the 'to' attribute exactly matches the given JID
+  Condition        Matches
+  ---------------- ---------------------------------------------------------------
+  `FROM_EXACTLY`   The JID in the 'from' attribute exactly matches the given JID
+  `TO_EXACTLY`     The JID in the 'to' attribute exactly matches the given JID
 
 These additional conditions do not support pattern matching, but are
 useful to match the exact to/from address on a stanza. For example, if