Skip to content

Commit

Permalink
fix open tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtf621 committed Jul 13, 2016
1 parent ad85af4 commit db5fd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/templates/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h4 class="school-group-item-heading">
<p class='description'>
{{ school.mission_statement }}
</p>
</p><a href="#/school/{{ school.id }}/">View school profile</a></p>
<p><a href="#/school/{{ school.id }}/">View school profile</a></p>
</div>
</div>
<div class="school-group-separator" data-ng-hide="school.selected == 'hide'"></div>
Expand Down

0 comments on commit db5fd61

Please sign in to comment.