Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.2.1
-
Component/s: {Unused} Rendering 2.0 - XWiki 2.0 parser
-
Labels:None
-
Tests:Unit
-
Difficulty:Unknown
-
Similar issues:
Description
Converting a macro from 1.0 to 2.0 Syntax causes the text after quote inside the macro to disappear.
Text in 1.0: When creating "Internationalization Document Bundles", you should avoid naming the pages with names that include spaces. For example, a document name of Main.My Messages could cause issues, instead, use Main.MyMessages
Text in 2.0: When creating
The 1.0 code is
#info("When creating \"Internationalization Document Bundles\", you should avoid naming the pages with names that include spaces. For example, a document name of Main.My Messages could cause issues, instead, use Main.MyMessages")