diff options
author | nodiscc <nodiscc@gmail.com> | 2015-01-09 02:34:00 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-01-09 02:34:00 +0100 |
commit | a2d5ef2127881561bf359390fac2d8d336a37335 (patch) | |
tree | 124a22ed9b66193d2d42df8a5693878046848da5 /tpl/page.footer.html | |
parent | 002f9625ec7d0f7673da1e7098fdea76487d0538 (diff) | |
parent | 8079dfd1cdec41a0bb3ee7ec2b974e8e64376d83 (diff) | |
download | Shaarli-a2d5ef2127881561bf359390fac2d8d336a37335.tar.gz Shaarli-a2d5ef2127881561bf359390fac2d8d336a37335.tar.zst Shaarli-a2d5ef2127881561bf359390fac2d8d336a37335.zip |
Merge pull request #77 from ArthurHoaro/w3c
Make Shaarli's template W3C compliant #64
Diffstat (limited to 'tpl/page.footer.html')
-rw-r--r-- | tpl/page.footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/page.footer.html b/tpl/page.footer.html index b494bf7d..e55a3cb4 100644 --- a/tpl/page.footer.html +++ b/tpl/page.footer.html | |||
@@ -5,5 +5,5 @@ | |||
5 | <div id="newversion"><span id="version_id">●</span> Shaarli {$newversion|htmlspecialchars} is <a href="http://sebsauvage.net/wiki/doku.php?id=php:shaarli#download">available</a>.</div> | 5 | <div id="newversion"><span id="version_id">●</span> Shaarli {$newversion|htmlspecialchars} is <a href="http://sebsauvage.net/wiki/doku.php?id=php:shaarli#download">available</a>.</div> |
6 | {/if} | 6 | {/if} |
7 | {if="isLoggedIn()"} | 7 | {if="isLoggedIn()"} |
8 | <script language="JavaScript">function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script> | 8 | <script>function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script> |
9 | {/if} | 9 | {/if} |