Page 1 of 1

Error on http://wiki.openkm.com/index.php/Basic_workflow_creation

PostPosted:Mon Feb 23, 2015 10:29 pm
by i.zemliansky
Hi, it seems that there is an error in html code on this page: http://wiki.openkm.com/index.php/Basic_ ... w_creation. If you look at src code, you
will find that link to the swf file starts with no slash and points to some folder in '/index.php/Basic_workflow_creation/':
Code: Select all
<object type="application/x-shockwave-flash" data="images/1/18/Workflow_hello.swf" width="1024" height="788">
<param name="movie" value="images/1/18/Workflow_hello.swf">
Instead of
Code: Select all
<object type="application/x-shockwave-flash" data="/images/1/18/Workflow_hello.swf" width="1024" height="788">
<param name="movie" value="/images/1/18/Workflow_hello.swf">
Please fix.

Re: Error on http://wiki.openkm.com/index.php/Basic_workflow_creation

PostPosted:Fri Feb 27, 2015 4:04 pm
by jllort
Thank for the information, I've corrected the mistake.