Bioconductor / BiocStyle

Issues and pull requests for BiocStyle should go here.
12 stars 19 forks source link

address issue with Glimma plots not appearing #99

Open grimbough opened 1 year ago

grimbough commented 1 year ago

This addresses #97

The issue is that the process_tables() function adds the tag <div class='horizontal-scroll'> before any instances of <table>. This inadvertantly breaks the Javascript that Glimma inserts into the page, by including some unexpected quotes. Even if we change the quote type, adding this extra div is almost certainly not correct.

This patch means the additional div is only inserted around <table> tags that are part of the HTML body and not in the head.

grimbough commented 1 year ago

Hi @aoles

Sorry, I forgot about this before the release. I think I've made the appropriate changes for it do go into the current devel.