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

ToggleShieldsPacket vs ToggleRedAlertPacket #182

Closed
wants to merge 1 commit into from
Closed

Conversation

NoseyNick
Copy link
Collaborator

@NoseyNick NoseyNick commented Nov 16, 2019

Easy fix for #181 - mislabelled section

Copy link
Collaborator

@StarryWisdom StarryWisdom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

assuming that the Packet Types table is autogenerated from the same edit it looks correct

@NoseyNick
Copy link
Collaborator Author

Re-pushed with signature for that Verified thing up there ↗️

@NoseyNick
Copy link
Collaborator Author

assuming that the Packet Types table is autogenerated

Seems to be. Worked on my local copy much better than the live one anyway.

@NoseyNick
Copy link
Collaborator Author

Dropping in favour of #188 which not only fixes the duplicate <section id="toggleredalertpacket"> but also a big bunch of other HTML fixes.
Will do the .gitignore another time... Or just keep it my side by including .gitignore in .gitignore

@NoseyNick NoseyNick closed this Nov 17, 2019
@NoseyNick NoseyNick deleted the 181 branch November 17, 2019 20:10
NoseyNick added a commit that referenced this pull request Dec 2, 2019
Fix  #187 - a big bunch of HTML fixes in order to get valid HTML / clean results from https://validator.w3.org/nu/?doc=https%3A%2F%2Fartemis-nerds.github.io%2Fprotocol-docs%2F 
Specifically:

- `<content>` is apparently no longer a thing? Really? Converted to `<div>`
- The above required a corresponding `script.js` fix too
- `<a target="_new">` should apparently now be `<a target="_blank">`
- Some `<ul>` moved outside `<p>`
- Some `<dl> / <dt> / <dd>` structure fixed
- Unfortunately **A LOT** of indentation fixed because of the above - see diffs without whitespace
- This may cause merge conflicts with some of my other pending changes - will fix case-by-case
- Apparently bad practice to change number of cols in a table? Added some empty `<td>`
- Fixed the `toggleredalert` duplicate to the correct `toggleshields` - obsoletes #182 / fixes #181 
- `alt` added to all `<img>`
- rebased / resolved merge conflicts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants