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

Validate and fix HTML syntax with tidy #24

Merged
merged 1 commit into from
Feb 11, 2020

Conversation

alanorth
Copy link
Collaborator

@alanorth alanorth commented Jan 21, 2020

This makes the files easier to read and removes the need to manually format them. Eventually this would be part of a git pre-commit hook. There are still a few warnings during validation that we should fix. Previous fixes were done in #16.

Using tidy on Linux or macOS:

$ tidy -utf8 -m -iq -w 0 cgcore.html
$ tidy -utf8 -m -iq -w 0 IPtypes.html

This makes the files easier to read and removes the need to manually
format them. Eventually this would be part of a git pre-commit hook.
There are still a few warnings during validation that we should fix.

Using tidy on Linux or macOS:

    $ tidy -utf8 -m -iq -w 0 cgcore.html
    $ tidy -utf8 -m -iq -w 0 IPtypes.html
@alanorth alanorth added the enhancement New feature or request label Jan 21, 2020
@marieALaporte marieALaporte merged commit d8ee021 into AgriculturalSemantics:master Feb 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants