From d19cd53acd39ce53a257d484725901310c23036d Mon Sep 17 00:00:00 2001
From: Gene Hirayama <gene.hirayama@forgerock.com>
Date: Thu, 30 Apr 2015 16:05:46 +0000
Subject: [PATCH] DOCS-172 Fix spacing for Firstname element on index.xml doc pages. Fixing OpenDJ docs.

---
 opends/src/main/docbkx/admin-guide/index.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opends/src/main/docbkx/admin-guide/index.xml b/opends/src/main/docbkx/admin-guide/index.xml
index a0bb2e6..9ee41dd 100644
--- a/opends/src/main/docbkx/admin-guide/index.xml
+++ b/opends/src/main/docbkx/admin-guide/index.xml
@@ -43,16 +43,16 @@
   </copyright>
   <authorgroup>
    <author>
-    <personname><firstname>Mark </firstname><surname>Craig</surname></personname>
+    <personname><firstname>Mark</firstname> <surname>Craig</surname></personname>
    </author>
    <author>
-    <personname><firstname>Nemanja </firstname><surname>Lukić</surname></personname>
+    <personname><firstname>Nemanja</firstname> <surname>Lukić</surname></personname>
    </author>
    <author>
-    <personname><firstname>Ludovic </firstname><surname>Poitou</surname></personname>
+    <personname><firstname>Ludovic</firstname> <surname>Poitou</surname></personname>
    </author>
    <author>
-    <personname><firstname>Chris </firstname><surname>Ridd</surname></personname>
+    <personname><firstname>Chris</firstname> <surname>Ridd</surname></personname>
     <xinclude:include href="../shared/affiliation-fr.xml"/>
    </author>
   </authorgroup>

--
Gitblit v1.10.0