Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 4.4.1
-
Fix Version/s: 4.5.1
-
Component/s: Statistics
-
Labels:
-
Environment:Windows 7
XE 4.4.1/4.5.1-snapshot
Firefox 19
-
Difficulty:Unknown
-
Documentation:N/A
-
Documentation in Release Notes:N/A
-
Similar issues:
Description
This bug happens because the code inside "http://localhost:8080/xwiki/bin/view/Stats/Macros" is using XWiki 1.0 syntax. If you change the line
#set($statsHome = "[$msg.get('xe.statistics.homepage')>Stats.WebHome].")
to
#set($statsHome = "[[$msg.get('xe.statistics.homepage')>>Stats.WebHome]].")
then the link is displayed correctly. I've added some screenshots.
Attachments
Issue Links
- is related to
-
XWIKI-8640 The link for the "OfficeImporter Documentation" isn't displayed properly if the OpenOffice server isn't started
-
- Closed
-