Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from diegopego/clean_html
Browse files Browse the repository at this point in the history
Fixed closing div tag.
  • Loading branch information
JonJagger committed Aug 16, 2021
2 parents fb714cf + e71371c commit cf0e95f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/server/code/views/choose_custom_problem.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ $(() => {
<%= erb :'shared/display_names' %>
<button type="button" class="large next">next</button>
</div>
<div>
</div>
2 changes: 1 addition & 1 deletion source/server/code/views/choose_ltf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ $(() => {
<%= erb :'shared/display_names' %>
<button type="button" class="large next">next</button>
</div>
<div>
</div>
2 changes: 1 addition & 1 deletion source/server/code/views/choose_problem.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ $(() => {
<button type="button" class="small skip">skip</button>
<button type="button" class="small switch">switch to custom problems</button>
</div>
<div>
</div>

0 comments on commit cf0e95f

Please sign in to comment.