소스 검색

Do profiling in two steps also for nochunked output.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/new-xsl@8198 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 18 년 전
부모
커밋
44302ba652
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      nochunks.xsl

+ 2 - 2
nochunks.xsl

@@ -12,8 +12,8 @@ $Date$
    <!-- Stylesheet for non-chunked XHTML output
         Replaces {docbook-xsl}/xhtml/profile-docbook.xsl -->
 
-    <!-- Upstream XHTML profiled templates -->
-  <xsl:import href="docbook-xsl-snapshot/xhtml/profile-docbook.xsl"/>
+    <!-- Upstream XHTML templates -->
+  <xsl:import href="docbook-xsl-snapshot/xhtml/docbook.xsl"/>
 
     <!-- Fix encoding issues with default UTF-8 output of the xhtml stylesheet -->
   <xsl:output method="html" encoding="ISO-8859-1" indent="no" />