Skip to content

Commit

Permalink
Change < to &lt;
Browse files Browse the repository at this point in the history
  • Loading branch information
beneater committed Apr 3, 2012
1 parent d52b875 commit 1213d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/congruent_segments.html
Expand Up @@ -14,7 +14,7 @@
<div class="problems">
<div>
<div class="vars">
<var id="SOLUTION">random() < 0.5 ? "Yes" : "No"</var>
<var id="SOLUTION">random() &lt; 0.5 ? "Yes" : "No"</var>
<div data-ensure="( SOLUTION === 'Yes' && POINTS[ 1 ] - POINTS[ 0 ] === POINTS[ 3 ] - POINTS[ 2 ] ) || ( SOLUTION === 'No' && POINTS[ 1 ] - POINTS[ 0 ] !== POINTS[ 3 ] - POINTS[ 2 ] )">
<var id="POINTS">sortNumbers( randRangeUnique( -5, 5, 4 ) )</var>
</div>
Expand Down

0 comments on commit 1213d8a

Please sign in to comment.