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

---
 opendj-sdk/opendj-server-legacy/src/main/docbkx/release-notes/index.xml |    2 +-
 opendj-sdk/opendj-server-legacy/src/main/docbkx/admin-guide/index.xml   |    9 ++++-----
 opendj-sdk/opendj-server-legacy/src/main/docbkx/install-guide/index.xml |    2 +-
 opendj-sdk/opendj-server-legacy/src/main/docbkx/reference/index.xml     |    2 +-
 4 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/opendj-sdk/opendj-server-legacy/src/main/docbkx/admin-guide/index.xml b/opendj-sdk/opendj-server-legacy/src/main/docbkx/admin-guide/index.xml
index 77f644b..9ee41dd 100644
--- a/opendj-sdk/opendj-server-legacy/src/main/docbkx/admin-guide/index.xml
+++ b/opendj-sdk/opendj-server-legacy/src/main/docbkx/admin-guide/index.xml
@@ -43,17 +43,16 @@
   </copyright>
   <authorgroup>
    <author>
-    <!-- Need to add a space after firstname for now -->
-    <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>
diff --git a/opendj-sdk/opendj-server-legacy/src/main/docbkx/install-guide/index.xml b/opendj-sdk/opendj-server-legacy/src/main/docbkx/install-guide/index.xml
index c767e06..4902f74 100644
--- a/opendj-sdk/opendj-server-legacy/src/main/docbkx/install-guide/index.xml
+++ b/opendj-sdk/opendj-server-legacy/src/main/docbkx/install-guide/index.xml
@@ -43,7 +43,7 @@
   </copyright>
   <authorgroup>
    <author>
-    <personname><firstname>Mark </firstname><surname>Craig</surname></personname>
+    <personname><firstname>Mark</firstname> <surname>Craig</surname></personname>
     <xinclude:include href="../shared/affiliation-fr.xml"/>
    </author>
   </authorgroup>
diff --git a/opendj-sdk/opendj-server-legacy/src/main/docbkx/reference/index.xml b/opendj-sdk/opendj-server-legacy/src/main/docbkx/reference/index.xml
index 8ddb519..57a33a0 100644
--- a/opendj-sdk/opendj-server-legacy/src/main/docbkx/reference/index.xml
+++ b/opendj-sdk/opendj-server-legacy/src/main/docbkx/reference/index.xml
@@ -49,7 +49,7 @@
   <authorgroup>
    <author>
     <personname>
-     <firstname>Mark </firstname><surname>Craig</surname>
+     <firstname>Mark</firstname> <surname>Craig</surname>
     </personname>
    </author>
   </authorgroup>
diff --git a/opendj-sdk/opendj-server-legacy/src/main/docbkx/release-notes/index.xml b/opendj-sdk/opendj-server-legacy/src/main/docbkx/release-notes/index.xml
index b358fd6..3e5ea16 100644
--- a/opendj-sdk/opendj-server-legacy/src/main/docbkx/release-notes/index.xml
+++ b/opendj-sdk/opendj-server-legacy/src/main/docbkx/release-notes/index.xml
@@ -44,7 +44,7 @@
   </copyright>
   <authorgroup>
    <author>
-    <personname><firstname>Mark </firstname><surname>Craig</surname></personname>
+    <personname><firstname>Mark</firstname> <surname>Craig</surname></personname>
     <xinclude:include href="../shared/affiliation-fr.xml"/>
    </author>
   </authorgroup>

--
Gitblit v1.10.0