Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
1.2k views
in Q2A Core by
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?

1 Answer

+1 vote
by
I don't think you should worry too much about the validation error, but you can see an answer here: http://www.question2answer.org/qa/475/its-possible-to-add-a-letter-before-the-div-id

Perhaps in version 1.1 I should add an option to allow setting a prefix before the IDs, for people who are concerned about the validation?
by
Sorry, it was an already sent question... I do not understand specifications of the W3C enough, but feel look good even if option or default. I want to wait for V1.1. Thx!
...