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/picwall.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/picwall.html')
-rw-r--r-- | tpl/picwall.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tpl/picwall.html b/tpl/picwall.html index b78e2609..bfaabf7e 100644 --- a/tpl/picwall.html +++ b/tpl/picwall.html | |||
@@ -9,15 +9,15 @@ | |||
9 | </head> | 9 | </head> |
10 | <body> | 10 | <body> |
11 | <div id="pageheader">{include="page.header"}</div> | 11 | <div id="pageheader">{include="page.header"}</div> |
12 | <center> | 12 | <div class="center"> |
13 | <div class="picwall_container"> | 13 | <div id="picwall_container"> |
14 | {loop="linksToDisplay"} | 14 | {loop="linksToDisplay"} |
15 | <div class="picwall_pictureframe"> | 15 | <div class="picwall_pictureframe"> |
16 | {$value.thumbnail}<a href="{$value.permalink}"><span class="info">{$value.title|htmlspecialchars}</span></a> | 16 | {$value.thumbnail}<a href="{$value.permalink}"><span class="info">{$value.title|htmlspecialchars}</span></a> |
17 | </div> | 17 | </div> |
18 | {/loop} | 18 | {/loop} |
19 | </div> | ||
19 | </div> | 20 | </div> |
20 | </center> | ||
21 | {include="page.footer"} | 21 | {include="page.footer"} |
22 | 22 | ||
23 | {if="empty($GLOBALS['disablejquery'])"} | 23 | {if="empty($GLOBALS['disablejquery'])"} |