Skip to content

Minor HTML fixes and removal of unused stylesheet#195

Open
ewels wants to merge 4 commits into
s-andrews:masterfrom
ewels:cursor/html-cleanup-and-unused-files-acfa
Open

Minor HTML fixes and removal of unused stylesheet#195
ewels wants to merge 4 commits into
s-andrews:masterfrom
ewels:cursor/html-cleanup-and-unused-files-acfa

Conversation

@ewels
Copy link
Copy Markdown
Contributor

@ewels ewels commented May 20, 2026

Small cleanup changes extracted from #161 to reduce the size of that PR.

These are hopefully not controversial and easy to review, so I thought I'd peel them off into their own PR.

Changes

Fix broken HTML in Help files:

  • 1 Basic Statistics.html: Fix </li> placement — closing tag was on the wrong line for the Encoding list item
  • 4 Per Base Sequence Content.html: Add missing </li> closing tags on first two list items, and add the missing </ol> closing tag
  • 6 Per Base N Content.html: Remove stray ] bracket in "conventional base] call"
  • 12 Per Tile Sequence Quality.html: Fix incorrect alt text on image ("Kmer profiles""Per tile quality", copy-paste error from Kmer Content page)

Remove unused file:

  • uk/ac/babraham/FastQC/Report/stylesheet.txt: Not referenced anywhere in the codebase (the report CSS is served from Templates/header_template.html)

cursoragent and others added 4 commits May 20, 2026 22:15
- 1 Basic Statistics.html: fix </li> placement for Encoding list item
- 4 Per Base Sequence Content.html: add missing </li> on first two list
  items and add missing </ol> closing tag

Co-authored-by: Phil Ewels <phil.ewels@seqera.io>
Remove erroneous ] bracket in 'conventional base] call' -> 'conventional base call'

Co-authored-by: Phil Ewels <phil.ewels@seqera.io>
Change alt='Kmer profiles' to alt='Per tile quality' (copy-paste error)

Co-authored-by: Phil Ewels <phil.ewels@seqera.io>
This file is not referenced anywhere in the codebase. The report
CSS is served from Templates/header_template.html instead.

Co-authored-by: Phil Ewels <phil.ewels@seqera.io>
@ewels ewels mentioned this pull request May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants