Merge pull request #138 from ngyikp/misc-readme-improvements

fix list rendering and quote consistency
This commit is contained in:
Scott O'Hara 2016-07-17 15:42:49 -04:00 committed by GitHub
commit 21b9093fbc
1 changed files with 2 additions and 1 deletions

View File

@ -133,7 +133,7 @@ Below are the essential tags for basic, minimalist websites:
<meta http-equiv="x-dns-prefetch-control" content="off">
<!-- Stores cookie on the client web browser for client identification -->
<meta http-equiv='set-cookie' content='name=value; expires=date; path=url'>
<meta http-equiv="set-cookie" content="name=value; expires=date; path=url">
<!-- Specifies the page to appear in a specific frame -->
<meta http-equiv="Window-Target" content="_value">
@ -596,6 +596,7 @@ Example:
Open an issue or a pull request to suggest changes or additions.
Please follow these steps for pull requests:
- Modify only one tag, or one related set of tags at a time
- Use double quotes on attributes
- Don't include a trailing slash in self-closing elements — the HTML5 spec says they're optional