Skip to content

Commit

Permalink
Merge pull request zenorocha#301 from ryouaki/master
Browse files Browse the repository at this point in the history
Wrong option of language select.
  • Loading branch information
zenorocha authored May 11, 2017
2 parents 8906d01 + 814d349 commit e9f6586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/documents/index.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ layout: default
<option value="jp" <% if @currentLang == 'jp': %>selected<% end %>>日本語</option>
<option value="pl" <% if @currentLang == 'pl': %>selected<% end %>>Polski</option>
<option value="pt" <% if @currentLang == 'pt': %>selected<% end %>>Português</option>
<option value="zh" <% if @currentLang == 'zh': %>selected<% end %>>中国的</option>
<option value="zh" <% if @currentLang == 'zh': %>selected<% end %>>中文(简体)</option>
</select>
</div>
</div>
Expand Down Expand Up @@ -97,4 +97,4 @@ layout: default
window.location = '/' + e.target.value;
}
});
</script>
</script>

0 comments on commit e9f6586

Please sign in to comment.