summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-20 14:58:20 +0400
committerAndrew Dolgov <[email protected]>2013-05-20 14:58:20 +0400
commit8a50539c44a89636cc2a36c341822376193d1e14 (patch)
tree302cc4596a6d7bff883cef0b76c15bcac324177c
parent830f6f08b48dcb2237ad603a5ae1df7d30c912c9 (diff)
parentc30248bd7ffc73c5c495e2c176a9ba4ef0d48dff (diff)
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
-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>