Skip to content

Commit d671d41

Browse files
committed
fix: typeが2つある
単に重複してるだけならまだしもこの形だとThyemelafがエラーになるのよね・・
1 parent 7e51268 commit d671d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jig-core/src/main/resources/templates/glossary.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h2>用語一覧</h2>
3131
<label><input type="checkbox" id="show-package" checked>パッケージ</label>
3232
<label><input type="checkbox" id="show-class" checked>クラス</label>
3333
<label><input type="checkbox" id="show-method" checked>メソッド</label>
34-
<label><input type="checkbox" id="show-field" type="checkbox" checked>フィールド</label>
34+
<label><input type="checkbox" id="show-field" checked>フィールド</label>
3535
</div>
3636
<div class="control-group">
3737
<label for="sort-order">並び順:</label>

0 commit comments

Comments
 (0)