qa-include/qa-app-format.php (L164)
$fields['tags']=' ID="'.qa_html($postid).'" ';
Above cord outputs ID="999" in HTML, then becomes HTML validation error.
When I add prefix(eg:"postid_") in the upper line to evade a validation error, will it cause other bugs?