There is a bug in Docmenta Version 1.6.0 which corrupts web-help output of products that have been created with this version. Instead of displaying the content in the content area, the content is displayed in the navigation panel. The problem is caused by wrong treatment of the & character in the gentext.properties file. Until a fix is available, users can workaround the bug as follows:
Edit the gentext.properties file that is located in the "System" folder. Search the lines
Qandadiv=Q & A
qandadiv=Q & A
Comment out the lines by adding a # character at the beginning of the line, i.e.:
# Qandadiv=Q & A
# qandadiv=Q & A
Save the changes. Now, the web-help output should work as expected.
Diff:
Diff:
Diff:
Problem should be resolved in version 1.6.1.