scholia
scholia copied to clipboard
Moved the 'details' <div> element right after the 'wembedder' <div> in dataset.html to match the HTML structure of the other templates.
Fixes #2421
Description
Moved the 'details' <div>
element right after the 'wembedder' <div>
in dataset.html
to match the HTML structure of the other templates, the details of the dataset is now appropriately placed like other templates.
Caveats
No breaking changes introduced. No new dependencies added.
Testing
Tested the updated HTML and the URL is placed perfectly
Checklist
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] My changes generate no new warnings
- [x] I have not used code from external sources without attribution
- [x] I have considered accessibility in my implementation
- [x] There are no remaining debug statements (print, console.log, ...)