Update merge.html.erb

This commit is contained in:
chiu 2019-11-01 17:42:47 +08:00
parent 8ae5dea99e
commit 3521a76918
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<% end %>
<form method="get" action='?' name='mode_form'>
<nobr>
<%= 嚴格比較模式+':' %>
<%= '嚴格比較模式'+':' %>
<% if params['mode']!='simple' %>
<input type="checkbox" value="strict" onchange='this.form.submit()' checked><span>是</span>
<% else %>