Details
-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.3.1
-
Fix Version/s: None
-
Component/s: Syntax
-
Labels:None
-
Difficulty:Unknown
-
Similar issues:
Description
The image link in dokuwiki is created like this:
{{ ::actualitza.png?600 |}}
The syntax in xwiki is:
[[image::actualitza.png||style="float:left" width="600 px"]]
That returns a 404, because the image doesn't have de ':' in front
It should be instead:
[[image:actualitza.png||style="float:left" width="600 px"]]