Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
369 views
in Q2A Core by

In v1.5 updated from 1.3 the function: function a_list shows a small bug. Its only relevant for design purposes. Even if a_list is empty there is shown in the source code :

 

<h2>
<span id="a_list_title"></span>
</h2>
 
The title it self is not visible but once one borders the <h2> in the design shows up an empty box.
 
I set back to default and it was still there, but obviously I am not sure if have done something wrong somewhere before. However the source code shows an empty h2 what is as well not a desired practice i would think.
Q2A version: v1.5

1 Answer

0 votes
by
This was an intended change in behavior, to make it easy to display "1 Answer" if an answer is submitted via Ajax. Is this something that is difficult to work around?
by
No, I ll find a way through nested classes. No problem so far. More elegant would be getting rid of the empty <h2>. But this is not urgent at all.
...