diff options
author | Runxi Yu <harriet@andrewyu.org> | 2023-08-17 20:36:06 +0100 |
---|---|---|
committer | Runxi Yu <harriet@andrewyu.org> | 2023-08-17 20:36:06 +0100 |
commit | 0ad160dffd0efe2b80063727eb40990336ac3296 (patch) | |
tree | a708c7da583ec97601d40df436c43292c059b945 /note/really.html | |
parent | 5a42204cdf2b258046b79238dfdb7e149be32929 (diff) | |
download | www-0ad160dffd0efe2b80063727eb40990336ac3296.tar.gz |
Remove HTML smart quotes
Diffstat (limited to 'note/really.html')
-rw-r--r-- | note/really.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/note/really.html b/note/really.html index 7355611..8585689 100644 --- a/note/really.html +++ b/note/really.html @@ -1,22 +1,22 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> - <title>“Really” is a confusing word</title> + <title>"Really" is a confusing word</title> <link rel="stylesheet" href="/style.css" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <meta charset="utf-8" /> </head> <body> - <h1>“Really” is a confusing word</h1> + <h1>"Really" is a confusing word</h1> <p> - Often times when the word “really” is used in as an adverb in an assertion or proposition, it may be useful to replace it with “in some sense”, and seek to ask or clarify “in what sense”. It shall be recognized that questions that arise may be legitimately hard to answer, but it may be still beneficial to consider them. + Often times when the word "really" is used in as an adverb in an assertion or proposition, it may be useful to replace it with "in some sense", and seek to ask or clarify "in what sense". It shall be recognized that questions that arise may be legitimately hard to answer, but it may be still beneficial to consider them. </p> - <p>The same applies for “actually” and similar words when used this way, though in my experience, people tend to use “really” this way. I do so too, and I'm trying to get rid of this habit.</p> + <p>The same applies for "actually" and similar words when used this way, though in my experience, people tend to use "really" this way. I do so too, and I'm trying to get rid of this habit.</p> <div id="footer"> <hr /> <p><a href="/">Runxi Yu's Website</a></p> - <p>Unless otherwise specified with the “<span class="copyright">copyright</span>” HTML/CSS class, works hosted on this subdomain (<code>www.andrewyu.org</code>) served with the HTTP(S) protocol is available under <a href="https://www.andrewyu.org/note/pubdom.html">Runxi Yu's Public Domain Dedication</a>.</p> + <p>Unless otherwise specified with the "<span class="copyright">copyright</span>" HTML/CSS class, works hosted on this subdomain (<code>www.andrewyu.org</code>) served with the HTTP(S) protocol is available under <a href="https://www.andrewyu.org/note/pubdom.html">Runxi Yu's Public Domain Dedication</a>.</p> </div> </body> </html> |