diff options
author | nodiscc <nodiscc@gmail.com> | 2015-01-26 13:40:14 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-01-26 13:40:14 +0100 |
commit | e57e364c7981da56c951143db0fc83ee4783e77b (patch) | |
tree | 09289e84bff2cb74680e3bd161615d655f653692 /tpl/includes.html | |
parent | 486f25a5f4ab2a9191618edcb89ebb61350ff600 (diff) | |
parent | 04751e044170c1dbc13fa51ee4ea9234ab541ab9 (diff) | |
download | Shaarli-e57e364c7981da56c951143db0fc83ee4783e77b.tar.gz Shaarli-e57e364c7981da56c951143db0fc83ee4783e77b.tar.zst Shaarli-e57e364c7981da56c951143db0fc83ee4783e77b.zip |
Merge pull request #103 from virtualtam/fix-w3c
w3c: fix HTML syntax errors
Diffstat (limited to 'tpl/includes.html')
-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 cc573801..efc658eb 100644 --- a/tpl/includes.html +++ b/tpl/includes.html | |||
@@ -6,4 +6,4 @@ | |||
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/shaarli.css?version={$version|urlencode}#" /> | 8 | <link type="text/css" rel="stylesheet" href="inc/shaarli.css?version={$version|urlencode}#" /> |
9 | {if="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="inc/user.css?version={$version}#" />{/if} | 9 | {if="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="inc/user.css?version={$version|urlencode}#" />{/if} |