From b733e16df04a9b9badd59493da368d8bb02f1338 Mon Sep 17 00:00:00 2001
From: Jesper Hvirring Henriksen <jesper@hvirring.dk>
Date: Tue, 15 Mar 2011 10:13:48 +0100
Subject: [PATCH] Fix markdown

---
 docs/sql.txt | 18 ++++--------------
 1 file changed, 4 insertions(+), 14 deletions(-)

diff --git a/docs/sql.txt b/docs/sql.txt
index 045f3f0..5aab9e9 100644
--- a/docs/sql.txt
+++ b/docs/sql.txt
@@ -8,30 +8,20 @@ Options
 -------
 
 `dsn`
-:   The DSN which should be used to connect to the database server.
-    Check the various database drivers in the [PHP documentation](http://php.net/manual/en/pdo.drivers.php)
-    for a description of the various DSN formats.
+:   The DSN which should be used to connect to the database server. Check the various database drivers in the [PHP documentation](http://php.net/manual/en/pdo.drivers.php) for a description of the various DSN formats.
 
 `username`
 :   The username which should be used when connecting to the database server.
 
 
 `password`
-:   The password which should be used when connecting to the database server.
-    If you are running this locally for development and you are using an empty
-    password, set this to the empty string ('').
+:   The password which should be used when connecting to the database server. If you are running this locally for development and you are using an empty password, set this to the empty string ('').
 
 `query`
-:   The SQL query which should be used to retrieve the user.
-    The parameters :username and :password are available.
-    If the username/password is incorrect, the query should return no rows.
-    The name of the columns in resultset will be used as attribute names.
-    If the query returns multiple rows, they will be merged into the attributes.
-    Duplicate values and NULL values will be removed.
+:   The SQL query which should be used to retrieve the user. The parameters :username and :password are available. If the username/password is incorrect, the query should return no rows. The name of the columns in resultset will be used as attribute names. If the query returns multiple rows, they will be merged into the attributes. Duplicate values and NULL values will be removed.
 
 `pepper`
-:   The pepper string appended to the password before generating the hash.
-    If you are not using a pepper, set this to the empty string ('').
+:   The pepper string appended to the password before generating the hash. If you are not using a pepper, set this to the empty string ('').
 
 `hash_column`
 :   The column storing password hashes.
-- 
GitLab