Details
-
Bug
-
Resolution: Fixed
-
Major
-
6.3-milestone-1
-
None
-
Unknown
-
N/A
-
N/A
-
Description
There is a typo in compatibility.js preventing the content of the meta tag "restURL" from being properly filled.
addMetaTag('restURL', 'resturl');
should be
addMetaTag('restURL', 'rest-url');
Attachments
Issue Links
- depends on
-
XWIKI-10840 Invalid HTML5 meta tags used in flamingo
- Closed