From 7658c0bbd83d49a1cdaaf116a2c8af823a5b3881 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 08 Feb 2012 08:14:06 +0000
Subject: [PATCH] Revert to previous CSS filename
---
opendj3/src/main/docbkx-stylesheets/html/chunked.xsl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl b/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl
index 29baa06..a537a8a 100644
--- a/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl
+++ b/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl
@@ -31,7 +31,7 @@
<xsl:param name="make.clean.html" select="1" />
<xsl:param name="docbook.css.link" select="0" />
- <xsl:param name="html.stylesheet">css/docbook.css</xsl:param>
+ <xsl:param name="html.stylesheet">css/coredoc.css</xsl:param>
<xsl:param name="admon.style">
<xsl:value-of select="string('font-style: italic;')"></xsl:value-of>
</xsl:param>
--
Gitblit v1.10.0