Skip to content

Instantly share code, notes, and snippets.

@davidjb
Created August 2, 2016 00:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidjb/26dc3effdd5fc8ed721f9941cfd201b3 to your computer and use it in GitHub Desktop.
Save davidjb/26dc3effdd5fc8ed721f9941cfd201b3 to your computer and use it in GitHub Desktop.
Squiz Matrix Viper   bug
<!-- When the following snippet is pasted into the source code editor, this code
including the whitespace indentation (which fits into a well-formatted HTML document):
-->
<p class="card-text">
With temperatures near 30&deg;C and 600mm of rain a year, Fletcherview has a dry
season of 6 to 9 months.
</p>
<!-- turns into this. Note the &nbsp; chars break the layout: -->
<p class="card-text">
With temperatures near 30&deg;C and 600mm of rain a year, Fletcherview has a dry&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;season of 6 to 9 months.
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment