summaryrefslogtreecommitdiff
path: root/atom-to-html.xsl
diff options
context:
space:
mode:
authorVeit Lehmann <[email protected]>2013-05-20 05:34:21 +0200
committerVeit Lehmann <[email protected]>2013-05-20 05:34:21 +0200
commitc1eeddfd79afbc0dfcd91ddb0b314d1350ac9b34 (patch)
treef9938178c70d05e987dec5547049658bbe04c304 /atom-to-html.xsl
parent9e40bd3c334f980d06a7a6f187d761ae31019df4 (diff)
update path to utility.css
Diffstat (limited to 'atom-to-html.xsl')
-rw-r--r--atom-to-html.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/atom-to-html.xsl b/atom-to-html.xsl
index 097b07f55..e1042648c 100644
--- a/atom-to-html.xsl
+++ b/atom-to-html.xsl
@@ -9,7 +9,7 @@
<html>
<head>
<title><xsl:value-of select="atom:title"/></title>
- <link rel="stylesheet" type="text/css" href="utility.css"/>
+ <link rel="stylesheet" type="text/css" href="css/utility.css"/>
<script language="javascript" src="lib/xsl_mop-up.js"></script>
</head>