summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-19 21:28:26 -0700
committerAndrew Dolgov <[email protected]>2013-05-19 21:28:26 -0700
commitc30248bd7ffc73c5c495e2c176a9ba4ef0d48dff (patch)
treef9938178c70d05e987dec5547049658bbe04c304
parent9e40bd3c334f980d06a7a6f187d761ae31019df4 (diff)
parentc1eeddfd79afbc0dfcd91ddb0b314d1350ac9b34 (diff)
Merge pull request #196 from levito/patch-1
update path to utility.css
-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>