diff options
author | nodiscc <nodiscc@gmail.com> | 2015-03-05 13:54:00 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-03-05 13:54:00 +0100 |
commit | a056d988e7c4e6610fbfc0d6207d2809998574af (patch) | |
tree | 59f2416f3bd9fc44382d23b22be5092ce4ec390d | |
parent | e894673c3698cc9d6af70c1f8cb497a51f5b0c25 (diff) | |
download | Shaarli-a056d988e7c4e6610fbfc0d6207d2809998574af.tar.gz Shaarli-a056d988e7c4e6610fbfc0d6207d2809998574af.tar.zst Shaarli-a056d988e7c4e6610fbfc0d6207d2809998574af.zip |
fix broken CSS file URL introduced in 1f7f8ce067b278a4837364191513d04f7548cef9
-rw-r--r-- | tpl/includes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/includes.html b/tpl/includes.html index 5e298fa1..26f2e2b8 100644 --- a/tpl/includes.html +++ b/tpl/includes.html | |||
@@ -6,5 +6,5 @@ | |||
6 | <link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" /> | 6 | <link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" /> |
7 | <link href="images/favicon.ico#" rel="shortcut icon" type="image/x-icon" /> | 7 | <link href="images/favicon.ico#" rel="shortcut icon" type="image/x-icon" /> |
8 | <link type="text/css" rel="stylesheet" href="../inc/reset.css" /> | 8 | <link type="text/css" rel="stylesheet" href="../inc/reset.css" /> |
9 | <link type="text/css" rel="stylesheet" href="inc/shaarli.css" /> | 9 | <link type="text/css" rel="stylesheet" href="../inc/shaarli.css" /> |
10 | {if="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="inc/user.css" />{/if} | 10 | {if="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="inc/user.css" />{/if} |