]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tpl/tagcloud.html
use urlencode in tagcloud links
[github/shaarli/Shaarli.git] / tpl / tagcloud.html
CommitLineData
45034273
SS
1<!DOCTYPE html>
2<html>
3<head>{include="includes"}</head>
4<body>
5 <div id="pageheader">{include="page.header"}</div>
6<center>
7<div id="cloudtag">
8 {loop="tags"}
0845fb1a 9 <span style="color:#99f; font-size:9pt; padding-left:5px; padding-right:2px;">{$value.count}</span><a href="?searchtags={$key|urlencode}" style="font-size:{$value.size}pt; font-weight:bold; color:black; text-decoration:none">{$key|htmlspecialchars}</a>
45034273
SS
10 {/loop}
11</div>
12</center>
13{include="page.footer"}
14</body>
15</html>