Skip to content

Commit 0021f8c

Browse files
authored
FileManager Tag Cloud macro display 0 number of uploaded files pages with tags despite that those have them #83 (#137)
* Added escapes * Changed translation string parameter from string to number
1 parent 6b8322f commit 0021f8c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

ui/src/main/resources/FileManager/FileTagCloud.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,11 @@ $xwiki.ssx.use('XWiki.TagCloud')##
448448
#end
449449
#end
450450
<li class="$liClass">
451-
<a class="tag" href="$xwiki.getURL('FileManager.WebHome', 'view', "do=viewTag&tag=$escapetool.url($tagEntry.Key)")" title="$services.localization.render('xe.tag.tooltip', ["$tagEntry.Value"])">$escapetool.xml($tagEntry.Key)</a>
451+
<a class="tag"
452+
href="$xwiki.getURL('FileManager.WebHome', 'view', "do=viewTag&tag=$escapetool.url($tagEntry.Key)")"
453+
title="$escapetool.xml($services.localization.render('xe.tag.tooltip', [$tagEntry.Value]))">
454+
$escapetool.xml($tagEntry.Key)
455+
</a>
452456
</li>
453457
#end
454458
</ol>

0 commit comments

Comments
 (0)