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/export.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/export.html')
-rw-r--r-- | tpl/export.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tpl/export.html b/tpl/export.html index 911b02c1..9d101db4 100644 --- a/tpl/export.html +++ b/tpl/export.html | |||
@@ -5,9 +5,9 @@ | |||
5 | <div id="pageheader"> | 5 | <div id="pageheader"> |
6 | {include="page.header"} | 6 | {include="page.header"} |
7 | <div id="toolsdiv"> | 7 | <div id="toolsdiv"> |
8 | <a href="?do=export&what=all"><b>Export all</b> <span>: Export all links</span></a><br><br> | 8 | <a href="?do=export&what=all"><b>Export all</b> <span>: Export all links</span></a><br><br> |
9 | <a href="?do=export&what=public"><b>Export public</b> <span>: Export public links only</a><br><br> | 9 | <a href="?do=export&what=public"><b>Export public</b> <span>: Export public links only</span></a><br><br> |
10 | <a href="?do=export&what=private"><b>Export private</b> <span>: Export private links only</a> | 10 | <a href="?do=export&what=private"><b>Export private</b> <span>: Export private links only</span></a> |
11 | <div class="clear"></div> | 11 | <div class="clear"></div> |
12 | </div> | 12 | </div> |
13 | </div> | 13 | </div> |