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

Whitespace adjustments in index-list.html and index.html #428

Merged
merged 3 commits into from
Jan 14, 2023

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    49567aa View commit details
    Browse the repository at this point in the history
  2. Use single space after commas in index-list.html

    This is unnecessary since in HTML whitespace is collapsed
    when rendering the page.
    
    Note:
    The replacement command that's removed in this commit
    was first introduced in commit 6c29e87,
    when the `helpers/generate-index-list-html.js` file
    was still called `lib/create-catalog.js`.
    waldyrious committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    6fac77e View commit details
    Browse the repository at this point in the history
  3. Adjust whitespace in index.html

    - Indent HTML and add line breaks to make the structure more evident
      (this also helps code editors identify the structure
      and perform e.g. collapsing of large containers)
    - Remove unnecessary blank line at the start of the file
    - Nest script at the end of the body tag rather than outside of it
    waldyrious committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    0417a57 View commit details
    Browse the repository at this point in the history