mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
use microformat style tags in tagcloud
This commit is contained in:
parent
6229b8960d
commit
abcb951837
@ -103,7 +103,7 @@ class TagCloudWidget extends Widget {
|
|||||||
"Tag" => $tag,
|
"Tag" => $tag,
|
||||||
"Count" => $count,
|
"Count" => $count,
|
||||||
"Class" => $class,
|
"Class" => $class,
|
||||||
"Link" => $blogHolder->Link() . '?tag=' . urlencode($tag)
|
"Link" => $blogHolder->Link() . 'tag/' . urlencode($tag)
|
||||||
);
|
);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user