Tag cloud
#1192
Replies: 1 comment
-
You are right. It is added, but it doesn't do anything. I will create a fix to remove it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As far as I know, the original concept of the "tag cloud" called for it to be weighted, as shown in all example images on the Wikipedia page for Tag Cloud.
From what I see, the stack theme does not display a weighted tag cloud; instead, it displays all tags using the same font size, and it just sorts them by order of weight. This is fine with me.
However, when I look at the generated html, I see things like this:
The
class="font_size_132"part apparently has no effect, but it is needlessly specified.Is there an easy way to prevent it from being generated?
Beta Was this translation helpful? Give feedback.
All reactions