From dba5f81c1a7f5607a5922721d09b240f03f44c55 Mon Sep 17 00:00:00 2001
From: admiralobvious <aferlandqc@gmail.com>
Date: Sat, 5 Sep 2015 13:06:17 -0400
Subject: [PATCH] fix doc formatting

---
 docs/index.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/index.rst b/docs/index.rst
index 34064a9..be2aca3 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -49,7 +49,7 @@ Configuration
 :class:`~flask_simpleldap.LDAP` understands the following configuration
 directives:
 
-================================== ===================================================
+================================== ================================================================
 ``LDAP_HOST``                      The host name or IP address of your LDAP server.
                                    Default: 'localhost'.
 ``LDAP_PORT``                      The port number of your LDAP server. Default: 389.
@@ -96,7 +96,7 @@ directives:
                                    Default: '*'
 ``LDAP_GROUP_MEMBER_FILTER_FIELD`` The group member filter field to use when using OpenLDAP.
                                    Default: '*'
-================================== ===================================================
+================================== ================================================================
 
 
 API
-- 
GitLab