Skip to content

Commit

Permalink
correct html syntax on attribute value
Browse files Browse the repository at this point in the history
  • Loading branch information
mateu committed Mar 18, 2014
1 parent 3a8386e commit 23a1c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/region/view_region_status.tt
Expand Up @@ -7,7 +7,7 @@

<h1>Region picks for player [% player.first_name | ucfirst %] [% player.last_name | ucfirst %]</h1>
<div style="text-align:center;">
<div style="font-size: 1.2em;>
<div style="font-size: 1.2em;">
Region Points: <span class="points">[% region_points %]</span>
Total Points: <span class="points">[% player.points %]</span>
</div>
Expand Down

0 comments on commit 23a1c16

Please sign in to comment.