diff options
author | nodiscc <nodiscc@gmail.com> | 2015-06-24 00:51:38 +0200 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-06-24 00:51:38 +0200 |
commit | eaefcba724e93c5f6b426ad8855ab1af8ac8212a (patch) | |
tree | 283a94eeedbee9716cc6a43bbb8a1be4d1136916 /tpl/page.header.html | |
parent | 9f15ca9ee76bc36832f12a952005fdaf52e2559d (diff) | |
parent | 5f85fcd863fe261921953ea3bd1742f3e1b7cf68 (diff) | |
download | Shaarli-eaefcba724e93c5f6b426ad8855ab1af8ac8212a.tar.gz Shaarli-eaefcba724e93c5f6b426ad8855ab1af8ac8212a.tar.zst Shaarli-eaefcba724e93c5f6b426ad8855ab1af8ac8212a.zip |
Merge remote-tracking branch 'ArthurHoaro/input-escape' into next
Conflicts:
index.php
Diffstat (limited to 'tpl/page.header.html')
-rw-r--r-- | tpl/page.header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/page.header.html b/tpl/page.header.html index 0fd65e40..2d186aa2 100644 --- a/tpl/page.header.html +++ b/tpl/page.header.html | |||
@@ -8,7 +8,7 @@ | |||
8 | <div id="menu"> | 8 | <div id="menu"> |
9 | <ul> | 9 | <ul> |
10 | <li><span id="shaarli_title"> | 10 | <li><span id="shaarli_title"> |
11 | <a href="{$titleLink}">{$shaarlititle|htmlspecialchars}</a> | 11 | <a href="{$titleLink}">{$shaarlititle}</a> |
12 | </span> | 12 | </span> |
13 | </li> | 13 | </li> |
14 | 14 | ||