html.xsl ---> html-single.xsl

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11209 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2003-10-21 13:33:37 +00:00
parent 9aa01cc63f
commit c19bb8f93e
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:import href="../html.xsl"/>
<xsl:import href="../html-single.xsl"/>
<xsl:include href="html-common.xsl"/>
</xsl:stylesheet>

View File

@ -2,7 +2,7 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:import href="../html.xsl"/>
<xsl:import href="../html-single.xsl"/>
<xsl:include href="html-common.xsl"/>
</xsl:stylesheet>