diff options
| author | Veit Lehmann <veit.lehmann@googlemail.com> | 2013-05-20 05:34:21 +0200 |
|---|---|---|
| committer | Veit Lehmann <veit.lehmann@googlemail.com> | 2013-05-20 05:34:21 +0200 |
| commit | c1eeddfd79afbc0dfcd91ddb0b314d1350ac9b34 (patch) | |
| tree | f9938178c70d05e987dec5547049658bbe04c304 | |
| parent | 9e40bd3c334f980d06a7a6f187d761ae31019df4 (diff) | |
update path to utility.css
| -rw-r--r-- | atom-to-html.xsl | 2 |
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> |