79495878

Date: 2025-03-09 12:04:51
Score: 1
Natty:
Report link

It seems that closing table tag needs to be full tag and not shortcut. The following fixes the problem

<table id="table" class="table table-striped" style="width:95%"></table>

instead of

<table id="table" class="table table-striped" style="width:95%" />
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: user69166