From a50b968c4e1aca74a69c8250e53baccef7f23ee0 Mon Sep 17 00:00:00 2001
From: Nick Schermer <nick@xfce.org>
Date: Sat, 28 Aug 2010 16:09:45 +0200
Subject: [PATCH] Fix copy+paste typo in xsl file.

---
 doc/manual/xfwm4-html.xsl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/manual/xfwm4-html.xsl b/doc/manual/xfwm4-html.xsl
index 3bfbf848d..4d569238f 100644
--- a/doc/manual/xfwm4-html.xsl
+++ b/doc/manual/xfwm4-html.xsl
@@ -9,7 +9,7 @@
 <xsl:param name="suppress.navigation">1</xsl:param>
 
 <!-- Use stylesheet -->
-<xsl:param name="html.stylesheet" select="'../xfdesktop.css'"/>
+<xsl:param name="html.stylesheet" select="'../xfwm4.css'"/>
 
 <!-- labels and numbering -->
 <xsl:param name="autotoc.label.separator" select="'. '"/>
-- 
GitLab