camicroscope / caMicroscope

Digital pathology image viewer with support for human/machine generated annotations and markups.
BSD 3-Clause "New" or "Revised" License
234 stars 285 forks source link

Adjusted scripts placed wrongly in the document #920

Open gbengaoluwadahunsi opened 3 months ago

gbengaoluwadahunsi commented 3 months ago

Summary I correctly placed two script tags that were previously positioned between the head and body tags within the head tag of the HTML document. This adjustment ensures that the code adheres to W3C standards.

Motivation The motivation behind this pull request is to align the HTML document with W3C standards by correctly placing script tags within the head tag. This not only improves code readability but also enhances compatibility with various browsers and ensures proper parsing of the document.

Testing The changes have been thoroughly tested to verify that the script tags are now correctly positioned within the head tag. Manual inspection of the HTML structure was performed, and automated tests were executed to ensure that the functionality of the web page remained intact after the adjustment.

gbengaoluwadahunsi commented 3 months ago

hello @birm, I have fixed the conflicts, can you kindly look at my other PRs, I have other 13+ PRs that you have not reviewed, thank you.