From 0489c04a432d87cd8f6c268736102020ff84249e Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 8 Jun 2017 15:03:04 +0200 Subject: [PATCH] spacing not tabs --- doc/htconfig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/htconfig.md b/doc/htconfig.md index 519c655fb..9c556bb7c 100644 --- a/doc/htconfig.md +++ b/doc/htconfig.md @@ -123,4 +123,4 @@ If you want to have a more personalized closing line for the notification emails The configuration variables db_host, db_user, db_pass and db_data are holding your credentials for the database connection. If you need to specify a port to access the database, you can do so by appending ":portnumber" to the db_host variable. - $db_host = 'your.mysqlhost.com:123456'; + $db_host = 'your.mysqlhost.com:123456';