From 483ddf6b4ddb027e1edbbfecc343e7f900c0ab52 Mon Sep 17 00:00:00 2001 From: Thorsten Vitt <thorsten.vitt@uni-wuerzburg.de> Date: Fri, 31 May 2013 15:45:09 +0000 Subject: [PATCH] Fixed CSS paths git-svn-id: https://develop.sub.uni-goettingen.de/repos/textgrid/trunk/services/aggregator@14139 7c539038-3410-0410-b1ec-0f2a7bf1c452 --- src/main/webapp/WEB-INF/stylesheets/epub.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/stylesheets/epub.xsl b/src/main/webapp/WEB-INF/stylesheets/epub.xsl index 514945b..b7fa1fd 100644 --- a/src/main/webapp/WEB-INF/stylesheets/epub.xsl +++ b/src/main/webapp/WEB-INF/stylesheets/epub.xsl @@ -26,9 +26,9 @@ <!-- aus tei-param.xsl, hier angeben, da sonst der Fehler kommt, dass die Datei nicht gefunden wird --> <xsl:param name="cssFile" as="xs:string" - >http://www.tei-c.org/release/xml/tei/stylesheet/tei.css</xsl:param> + >../xml/tei/stylesheet/tei.css</xsl:param> <xsl:param name="cssPrintFile" as="xs:string" - >http://www.tei-c.org/release/xml/tei/stylesheet/tei-print.css</xsl:param> + >../xml/tei/stylesheet/epub-print.css</xsl:param> <!-- ************************** Templates ****************************************** --> -- GitLab