From 52ae8603fcb54a6143068927555630031d26a5f1 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 29 Jun 2011 16:20:39 +0000
Subject: [PATCH] Clean up HTML-generation-specific XSL and insert Google analytics code in chunked version of HTML.

---
 opendj3/src/main/docbkx-stylesheets/html/chunked.xsl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl b/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl
index 97da16f..fe5d166 100644
--- a/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl
+++ b/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl
@@ -37,13 +37,13 @@
   appendix  nop
   article/appendix  nop
   article   nop
-  book      toc,title,figure,table,example,equation
+  book      toc,title
   chapter   nop
   part      toc,title
   preface   nop
   qandadiv  nop
   qandaset  nop
-  reference nop
+  reference toc,title
   sect1     nop
   sect2     nop
   sect3     nop

--
Gitblit v1.10.0