From 03e37b56735f27abecd4e7e1f1a936cef55a7d94 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.
---
opendj-sdk/src/main/docbkx/dev-guide/index.xml | 4 ++--
opendj-sdk/opends/src/main/docbkx/reference/index.xml | 2 +-
opendj-sdk/opends/src/main/docbkx/install-guide/index.xml | 2 +-
opendj-sdk/opends/src/main/docbkx/admin-guide/index.xml | 8 ++++----
opendj-sdk/src/main/docbkx/sdk-release-notes/index.xml | 4 ++--
opendj-sdk/opends/src/main/docbkx/release-notes/index.xml | 2 +-
6 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/opendj-sdk/opends/src/main/docbkx/admin-guide/index.xml b/opendj-sdk/opends/src/main/docbkx/admin-guide/index.xml
index a0bb2e6..9ee41dd 100644
--- a/opendj-sdk/opends/src/main/docbkx/admin-guide/index.xml
+++ b/opendj-sdk/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>
diff --git a/opendj-sdk/opends/src/main/docbkx/install-guide/index.xml b/opendj-sdk/opends/src/main/docbkx/install-guide/index.xml
index 88acd11..2e996fe 100644
--- a/opendj-sdk/opends/src/main/docbkx/install-guide/index.xml
+++ b/opendj-sdk/opends/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/opends/src/main/docbkx/reference/index.xml b/opendj-sdk/opends/src/main/docbkx/reference/index.xml
index 86e4357..e05fb2c 100644
--- a/opendj-sdk/opends/src/main/docbkx/reference/index.xml
+++ b/opendj-sdk/opends/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/opends/src/main/docbkx/release-notes/index.xml b/opendj-sdk/opends/src/main/docbkx/release-notes/index.xml
index 11fcd3e..c854dec 100644
--- a/opendj-sdk/opends/src/main/docbkx/release-notes/index.xml
+++ b/opendj-sdk/opends/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>
diff --git a/opendj-sdk/src/main/docbkx/dev-guide/index.xml b/opendj-sdk/src/main/docbkx/dev-guide/index.xml
index 44e7c83..721ccb3 100644
--- a/opendj-sdk/src/main/docbkx/dev-guide/index.xml
+++ b/opendj-sdk/src/main/docbkx/dev-guide/index.xml
@@ -43,10 +43,10 @@
</copyright>
<authorgroup>
<author>
- <personname><firstname>Mark </firstname><surname>Craig</surname></personname>
+ <personname><firstname>Mark</firstname> <surname>Craig</surname></personname>
</author>
<author>
- <personname><firstname>Ludovic </firstname><surname>Poitou</surname></personname>
+ <personname><firstname>Ludovic</firstname> <surname>Poitou</surname></personname>
<xinclude:include href="../shared/affiliation-fr.xml"/>
</author>
</authorgroup>
diff --git a/opendj-sdk/src/main/docbkx/sdk-release-notes/index.xml b/opendj-sdk/src/main/docbkx/sdk-release-notes/index.xml
index 8b9e0ba..d9b7cf3 100644
--- a/opendj-sdk/src/main/docbkx/sdk-release-notes/index.xml
+++ b/opendj-sdk/src/main/docbkx/sdk-release-notes/index.xml
@@ -46,10 +46,10 @@
</copyright>
<authorgroup>
<author>
- <personname><firstname>Mark </firstname><surname>Craig</surname></personname>
+ <personname><firstname>Mark</firstname> <surname>Craig</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