Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

templates/public/download.html: fix HTML #502

Merged
merged 2 commits into from
May 2, 2024

Commits on Apr 28, 2024

  1. templates/public/download.html: fix list

    Fix list items so that the closing li tag is properly recognized.
    
    Fixes: b018f09 ("templates/public/download.html: update checksum and signature list and verification")
    nl6720 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    e270db6 View commit details
    Browse the repository at this point in the history
  2. templates/public/download.html: do not place pre tags inside p tags

    The `<p>` element cannot contain `<pre>` elements.
    
    Fixes: b018f09 ("templates/public/download.html: update checksum and signature list and verification")
    nl6720 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    9537fba View commit details
    Browse the repository at this point in the history