We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e51268 commit d671d41Copy full SHA for d671d41
jig-core/src/main/resources/templates/glossary.html
@@ -31,7 +31,7 @@ <h2>用語一覧</h2>
31
<label><input type="checkbox" id="show-package" checked>パッケージ</label>
32
<label><input type="checkbox" id="show-class" checked>クラス</label>
33
<label><input type="checkbox" id="show-method" checked>メソッド</label>
34
- <label><input type="checkbox" id="show-field" type="checkbox" checked>フィールド</label>
+ <label><input type="checkbox" id="show-field" checked>フィールド</label>
35
</div>
36
<div class="control-group">
37
<label for="sort-order">並び順:</label>
0 commit comments