From: Carl Worth Date: Sat, 6 Jun 2020 01:00:20 +0000 (-0700) Subject: Use an actual space not an   entity. X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=40244a4fca54b3cea49fd43c63fa86a2efe06333 Use an actual space not an   entity. I didn't really want any non-breaking semantics here. I just wanted a plain-old space but it wasn't obvious to me how to get it for some reason. The answer is pretty simple: a string literal inside curly braces. --- diff --git a/tictactoe/tictactoe.jsx b/tictactoe/tictactoe.jsx index 46cee2a..6a27a22 100644 --- a/tictactoe/tictactoe.jsx +++ b/tictactoe/tictactoe.jsx @@ -310,7 +310,7 @@ class Game extends React.Component {
-   + {" "}
{status}