Removed invalid rel="[count]" from links in tagcloud.

These are no valid link relationships, and do not appear to be used in
scripting or styling. 
If necessary, a valid alternative could be to add an attribute such as
data-count="[count]"
pull/77/head
luccioman 8 years ago
parent 862f28eaa6
commit a76a46a2e9

@ -73,16 +73,16 @@
<td>
<div style="padding-left:15px; padding-bottom:10px; width: 100%;">
<div id="tagcloud" style="text-align:justify">
<a href="#" target="LayouTest" rel="1" style="text-decoration: none;">Tag</a>
<a href="#" target="LayouTest" rel="2" style="text-decoration: none;">Topics</a>
<a href="#" target="LayouTest" rel="3" style="text-decoration: none;">Cloud</a>
<a href="#" target="LayouTest" rel="4" style="text-decoration: none;">Topics</a>
<a href="#" target="LayouTest" rel="6" style="text-decoration: none;">Cloud</a>
<a href="#" target="LayouTest" rel="5" style="text-decoration: none;">Tag</a>
<a href="#" target="LayouTest" rel="4" style="text-decoration: none;">Cloud</a>
<a href="#" target="LayouTest" rel="3" style="text-decoration: none;">Topics</a>
<a href="#" target="LayouTest" rel="2" style="text-decoration: none;">Tag</a>
<a href="#" target="LayouTest" rel="1" style="text-decoration: none;">Cloud</a>
<a href="#" target="LayouTest" style="text-decoration: none;">Tag</a>
<a href="#" target="LayouTest" style="text-decoration: none;">Topics</a>
<a href="#" target="LayouTest" style="text-decoration: none;">Cloud</a>
<a href="#" target="LayouTest" style="text-decoration: none;">Topics</a>
<a href="#" target="LayouTest" style="text-decoration: none;">Cloud</a>
<a href="#" target="LayouTest" style="text-decoration: none;">Tag</a>
<a href="#" target="LayouTest" style="text-decoration: none;">Cloud</a>
<a href="#" target="LayouTest" style="text-decoration: none;">Topics</a>
<a href="#" target="LayouTest" style="text-decoration: none;">Tag</a>
<a href="#" target="LayouTest" style="text-decoration: none;">Cloud</a>
</div>
<script type="text/javascript" charset="utf-8">
$.fn.tagcloud.defaults = {

@ -76,7 +76,7 @@
#(nav-topics)#<p>&nbsp;</p>::
<div id="tagcloud" style="text-align:justify">#{element}#
<a rel="#[count]#" href="#[url]#" style="text-decoration:none;font-size:#[size]#px;">#[name]#</a>
<a href="#[url]#" style="text-decoration:none;font-size:#[size]#px;">#[name]#</a>
#{/element}#</div>
#(/nav-topics)#

Loading…
Cancel
Save