diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-02-27 11:32:02 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-02-27 11:32:02 +0000 |
commit | f00ddaec0b2933bf4a60d684586e6a17a90fe5c0 (patch) | |
tree | 8210e2da498d3c8c784c608ac64e5e7d991d928a | |
parent | d91b575ed734f705f38e3eb40b279b7528b299c0 (diff) |
Fixing a bug in our new stylesheet.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4696 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | stylesheets/lfs-profile.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/lfs-profile.xsl b/stylesheets/lfs-profile.xsl index 6b744e42f..8af9ca94e 100644 --- a/stylesheets/lfs-profile.xsl +++ b/stylesheets/lfs-profile.xsl @@ -4,7 +4,7 @@ version="1.0"> <!-- Include common profiling stylesheet --> - <xsl:include href="profile-mode.xsl"/> + <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.67.2/profiling/profile-mode.xsl"/> <!-- Generate DocBook instance with correct DOCTYPE --> <xsl:output method="xml" |