AdrianJSClark opened a new pull request #1211: URL: https://github.com/apache/cordova-docs/pull/1211
<!-- Please make sure the checklist boxes are all checked before submitting the PR. The checklist is intended as a quick reference, for complete details please see our Contributor Guidelines: http://cordova.apache.org/contribute/contribute_guidelines.html Thanks! --> ### Platforms affected - Online Documentation ### Motivation and Context It seems that the spacing between the HTML elements on this page caused an automatic code block when converted for render. That code block caused the page content to be mixed up including rendering a heap of the Markdown as straight text in a jumbled, single-paragraph mess. ### Description This change simply removes some of the whitespace lines between the "td" elements so that the HTML Table summarising the events and their support is treated as a single HTML table and not the start of one with HTML example code after it. ### Testing I checked these changes improved the view on GitHub via the "Preview" feature. ### Checklist - [ ] ~I've run the tests to see all new and existing tests pass~ (N/A) - [ ] ~I added automated test coverage as appropriate for this change~ (N/A) - [ ] ~Commit is prefixed with `(platform)` if this change only applies to one platform (e.g. `(android)`)~ (N/A) - [ ] ~If this Pull Request resolves an issue, I linked to the issue in the text above (and used the correct [keyword to close issues using keywords](https://help.github.com/articles/closing-issues-using-keywords/))~ (N/A) - [x] I've updated the documentation if necessary -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
