Details
-
Bug
-
Resolution: Fixed
-
Minor
-
4.4.1
-
Windows 7
XE 4.4.1/4.5.1-snapshot
Firefox 19
-
Unknown
-
N/A
-
N/A
-
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