aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2015-02-17 20:58:11 +0100
committernodiscc <nodiscc@gmail.com>2015-02-17 20:58:11 +0100
commit225eff62a1f665ecdfdfc145bd81fc671d0961bb (patch)
tree23e344c6d59016a21cc93d4656f4be02f3b83486
parent97f7ac4dd496a932ace59b6e316a1089aaf0a267 (diff)
downloadShaarli-225eff62a1f665ecdfdfc145bd81fc671d0961bb.tar.gz
Shaarli-225eff62a1f665ecdfdfc145bd81fc671d0961bb.tar.zst
Shaarli-225eff62a1f665ecdfdfc145bd81fc671d0961bb.zip
fix broken reset.css URL introduced in a6e0134
-rw-r--r--tpl/includes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/includes.html b/tpl/includes.html
index 53996fb0..93cdfd5a 100644
--- a/tpl/includes.html
+++ b/tpl/includes.html
@@ -5,6 +5,6 @@
5<link rel="alternate" type="application/rss+xml" href="{$feedurl}?do=rss{$searchcrits}#" title="RSS Feed" /> 5<link rel="alternate" type="application/rss+xml" href="{$feedurl}?do=rss{$searchcrits}#" title="RSS Feed" />
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?version={$version|urlencode}#" /> 9<link type="text/css" rel="stylesheet" href="inc/shaarli.css?version={$version|urlencode}#" />
10{if="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="inc/user.css?version={$version|urlencode}#" />{/if} 10{if="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="inc/user.css?version={$version|urlencode}#" />{/if}