changeset 4201:41d42e4f5784

mod_invites_page: Fix table in README (thanks Ge0rG)
author Matthew Wild <mwild1@gmail.com>
date Wed, 14 Oct 2020 16:49:00 +0100
parents e92441e8bda0
children af93644dd5de
files mod_invites_page/README.markdown
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_invites_page/README.markdown	Wed Oct 14 17:47:58 2020 +0200
+++ b/mod_invites_page/README.markdown	Wed Oct 14 16:49:00 2020 +0100
@@ -48,7 +48,7 @@
 |---------------------------|--------------------------------------------------------------------------------|------------------------------------------------------------|
 | invites_page              | The format of an invite page URL (must begin with `https://`)                  | `"https://{host}:5281/invites_page?{invite.token}"`        |
 | invites_registration_page | The format of an invite registration page URL (may be relative to invites_page)| `"register?t={invite.token}&c={app.id}"`                   |
-|                           |                                                                                | site_name                 | The friendly name of the server| `"example.com"` |
+| site_name                 | The friendly name of the server                                                | `"example.com"`                                            |
 
 The `invites_page` and `invites_registration_page` options are templates
 that support a number of variables. The most useful being `{host}` and