Nitpick: Change single-quotes to double-quotes

This commit is contained in:
Ng Yik Phang 2016-07-16 01:25:14 +08:00
parent 19d5433b5a
commit e67347e82c
1 changed files with 1 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">