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,
|
||||
"Count" => $count,
|
||||
"Class" => $class,
|
||||
"Link" => $blogHolder->Link() . '?tag=' . urlencode($tag)
|
||||
"Link" => $blogHolder->Link() . 'tag/' . urlencode($tag)
|
||||
);
|
||||
|
||||
}
|
||||
@ -147,4 +147,4 @@ function natksort(&$aToBeSorted)
|
||||
return true;
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user