From 72c2ee9f9c2454ddd770667153112e1808d07b78 Mon Sep 17 00:00:00 2001
From: Morris Jobke <hey@morrisjobke.de>
Date: Fri, 17 Oct 2014 00:57:35 +0200
Subject: [PATCH] fix the RST syntax of config.sample.php

---
 config/config.sample.php | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/config/config.sample.php b/config/config.sample.php
index e54591d62e4..621e5df80b3 100755
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -551,9 +551,11 @@ $CONFIG = array(
 
 /**
  * By default, ownCloud can generate previews for the following filetypes:
- * Images files
- * Covers of MP3 files
- * Text documents
+ *
+ * - Images files
+ * - Covers of MP3 files
+ * - Text documents
+ *
  * Valid values are ``true``, to enable previews, or
  * ``false``, to disable previews
  */
-- 
GitLab