浏览代码

Fixed html css path

Carlos Sanchez 21 年之前
父节点
当前提交
8f3fa95749
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/docbook/styles/html/docbook.xsl
  2. 0 0
      doc/docbook/styles/html/html.css

+ 1 - 1
doc/docbook/styles/html/docbook.xsl

@@ -30,7 +30,7 @@
                      HTML Settings
     ################################################### -->   
 
-    <xsl:param name="html.stylesheet">../styles/html.css</xsl:param>
+    <xsl:param name="html.stylesheet">html.css</xsl:param>
 
     <!-- These extensions are required for table printing and other stuff -->
     <xsl:param name="use.extensions">1</xsl:param>

+ 0 - 0
doc/docbook/styles/html.css → doc/docbook/styles/html/html.css