Skip to content

Commit

Permalink
Remove irrelevant line
Browse files Browse the repository at this point in the history
  • Loading branch information
aconrad authored Oct 26, 2017
1 parent 71f5985 commit ef4c5ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/guides/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,3 @@ Here are a few common possibilities:
* sorting lists on in `init()` might cause the output to be non-deterministic (like alphabetizing / capitalization). Basically a data "bug" would end-up generated different HTML.
* putting links in links, which has undefined behavior in HTML
* inserting a conditional `<div>` such as `{{if thisIsTrue}}<div>stuff</div>{{/if}}` without restarting the server
* Having a value with extra whitespace around it. Some browsers will split the string and generate multiple text nodes.

0 comments on commit ef4c5ed

Please sign in to comment.