I looked into this more closely. The problem is that the second answer (by molla) has a bunch of messy HTML, in the answer itself. And it includes <div itemprop="text"> which is causing the duplicate.
You should be able to solve by editing the answer and removing the styles - if you're using the default WYSIWYG editor the "Tx" button will do that.
https://www.nirbik.com/35145/ it this question you dont have content. The question just has title, no content. For users to write content by setting this: admin => posting => Minimum length of question body: 12 And for duplicate suggestedAnswer issue do this. on app/format.php at line 326-333 make this changes:
if ($microdata) { if ($isanswer) { $fields['tags'] .= ' itemprop="' . ($isselected ? 'acceptedAnswer' : 'suggestedAnswer') . '" itemscope itemtype="http://schema.org/Answer"'; } if ($iscomment) { $fields['tags'] .= ' itemscope itemtype="http://schema.org/Comment"'; } }
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.