mod_muc_ban_ip/README.markdown
changeset 1824 8de50be756e5
parent 1807 4d73a1a6ba68
--- a/mod_muc_ban_ip/README.markdown	Wed Sep 02 16:43:34 2015 +0200
+++ b/mod_muc_ban_ip/README.markdown	Wed Sep 02 17:30:33 2015 +0200
@@ -44,9 +44,11 @@
 Remember... do not load it on the MUC host, simply add it to your global
 `modules_enabled` list, or under a specific host like:
 
-    VirtualHost "anon.example.com"
-        authentication = "anonymous"
-        modules_enabled = { "muc_ban_ip" }
+``` lua
+VirtualHost "anon.example.com"
+  authentication = "anonymous"
+  modules_enabled = { "muc_ban_ip" }
+```
 
 Compatibility
 =============