Lint HTML escapes

This commit is contained in:
Tom Russell 2019-05-27 16:23:58 +01:00
parent ebc662280c
commit 0ec551c14e
4 changed files with 5 additions and 5 deletions

View File

@ -203,7 +203,7 @@ const AboutPage = () => (
<small className="form-text text-muted">
<a href="https://tinyletter.com">
powered by TinyLetter</a>.
We'll never share your email address.
We&rsquo;ll never share your email address.
</small>
<div className="buttons-container">
<input className="btn btn-outline-dark btn-block" type="submit" value="Sign up for updates" />

View File

@ -179,7 +179,7 @@ const NotFound = () => (
<h1 className="h1">Page not found</h1>
<p className="lead">
We can't find that one anywhere.
We can&rsquo;t find that one anywhere.
</p>
<Link className="btn btn-outline-dark" to="/">Back home</Link>

View File

@ -49,7 +49,7 @@ class Header extends React.Component {
<a className="nav-link" href="https://pages.colouring.london/about">More about</a>
</li>
<li className="nav-item">
<a className="nav-link" href="https://pages.colouring.london/whoisinvolved">Who's Involved?</a>
<a className="nav-link" href="https://pages.colouring.london/whoisinvolved">Who&rsquo;s Involved?</a>
</li>
<li className="nav-item">
<a className="nav-link" href="https://discuss.colouring.london">Discuss</a>

View File

@ -9,11 +9,11 @@ const Welcome = () => (
<p className="lead">
Colouring London is a citizen science platform collecting information on every
building in London, to help make the city more sustainable. We're building it at The
building in London, to help make the city more sustainable. We&rsquo;re building it at The
Bartlett Centre for Advanced Spatial Analysis, University College London.
</p>
<p className="lead">
Can you help us? We're still at an early stage of development, and we're looking for
Can you help us? We&rsquo;re still at an early stage of development, and we&rsquo;re looking for
volunteers of all ages and abilities to test and provide feedback on the site as we
build it.
</p>