Fix question note image from our website

I was surprised when I see at my website I see question not image like this .

I check page that show that image. I see at my tabel like this :

<tr>
          <td> </td>
          <td> </td>
</tr>

Thats because of that empty between <td> </td>

So I fill it with :

<tr>
          <td>&nbsp;</td>
          <td>&nbsp;</td>
</tr>

And after that, that question note image was disepeared from my page.

Respond to this post