Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Commit

Permalink
Update time_travel.html
Browse files Browse the repository at this point in the history
regular single quote is fine within a double quote.
  • Loading branch information
xtine committed Sep 2, 2015
1 parent b67be48 commit e7caabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ekip/game/templates/adventure/time_travel.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>It was so cool to see:</h2>
{% csrf_token %}
<ul>
<li>
<img src="{% static "img/activity/house.jpg" %}" alt="It was so cool to see Martin Luther King Jr.&#39;s house." />
<img src="{% static "img/activity/house.jpg" %}" alt="It was so cool to see Martin Luther King Jr.'s house." />
<button type="submit" name='selection' value="mlk-house">Martin Luther King Jr.'s house!</button>
</li>
<li>
Expand Down

0 comments on commit e7caabe

Please sign in to comment.