eliom
eliom copied to clipboard
Missing tbody in tables when clicking on a link
Hi,
I've noticed that when a page contains a table, if you load the page directly (by typing it's direct URL in the browser), you get a table containing a tbody containing everything else, but if you navigate to it by clicking ocsigen's xhr links, the tbody is missing.
I've tried adding the tbody explicitly in the code, but I couldn't find a way, so I assume the expected behaviour is to have Eliom_content.Html.D|F.table generate it, guess it must be a bug.