From 26296813c796266e247e45442342025d012468f3 Mon Sep 17 00:00:00 2001
From: Lars Jung <lrsjng@gmail.com>
Date: Sun, 21 Jul 2013 14:52:55 +0200
Subject: [PATCH] Updates docs.

---
 src/_h5ai/conf/options.json | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/_h5ai/conf/options.json b/src/_h5ai/conf/options.json
index aed5bf7a..b4367325 100644
--- a/src/_h5ai/conf/options.json
+++ b/src/_h5ai/conf/options.json
@@ -70,12 +70,11 @@ Options
 
 	/*
 	Allow customized header and footer files.
-	First looks for	files "_h5ai.header.html" and "_h5ai.footer.html"
-	in the current directory.
-	If not found it looks in all parent	directories (starting in the
-	current directory) for files "_h5ai.headers.html" and "_h5ai.footers.html"
-	until it finds one.
-	Note the different filenames: header (only current) - headers (recursive)!
+	First looks for	files "_h5ai.header.html" and "_h5ai.footer.html" in the current directory.
+	If not found it looks in all parent	directories (starting in the current directory) for
+	files "_h5ai.headers.html" and "_h5ai.footers.html"	until it finds one.	Note the different
+	filenames: "header" (only current) - "headers" (current and sub directories)!
+	The file's content will be placed inside a <div/> tag above/below the main content.
 	*/
 	"custom": {
 		"enabled": true