diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-10-29 20:38:46 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-10-29 20:38:59 +0100 |
commit | e8703f648d70bbe4d5232b9a14e2a1d45bbf2314 (patch) | |
tree | 0971bd8fa8128ad0a72fc9a2c7e1dcfc71fac8ac | |
parent | 106b9eb55c154c6ef4fac47fb62f70dbbd98a126 (diff) | |
download | nextcloud-server-e8703f648d70bbe4d5232b9a14e2a1d45bbf2314.tar.gz nextcloud-server-e8703f648d70bbe4d5232b9a14e2a1d45bbf2314.zip |
fix style of generated documentation
-rw-r--r-- | config/config.sample.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 09b59fcb5b4..d3fa7508ce2 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -808,7 +808,8 @@ $CONFIG = array( ), /** - * Database types that are supported for installation + * Database types that are supported for installation. + * * Available: * - sqlite (SQLite3) * - mysql (MySQL) |