Minor HTML fixes and removal of unused stylesheet#4
Closed
ewels wants to merge 4 commits into
Closed
Conversation
- 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>
|
Cursor Agent can help with this pull request. Just |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Small cleanup changes extracted from s-andrews#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 item4 Per Base Sequence Content.html: Add missing</li>closing tags on first two list items, and add the missing</ol>closing tag6 Per Base N Content.html: Remove stray]bracket in "conventional base] call"12 Per Tile Sequence Quality.html: Fix incorrectalttext 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 fromTemplates/header_template.html)