Skip to content

Commit 83d1ba0

Browse files
committed
update template index.html
1 parent 0e1009f commit 83d1ba0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

html/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ <h4 class="alert-heading">RFC文書を自動翻訳したページ一覧</h4>
5555
<div class="form-group">
5656
<label for="searchRfc">RFCタイトル検索 (英数字のみ)</label>
5757
<input type="text" class="form-control" id="searchRfc" aria-describedby="searchRfc" placeholder="Search title keywords" autofocus>
58+
<input type="text" name="dummy" style="display: none;"><!-- Enterで送信しないために必要 -->
5859
</div>
5960
</form>
6061

templates/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ <h4 class="alert-heading">RFC文書を自動翻訳したページ一覧</h4>
5656
<div class="form-group">
5757
<label for="searchRfc">RFCタイトル検索 (英数字のみ)</label>
5858
<input type="text" class="form-control" id="searchRfc" aria-describedby="searchRfc" placeholder="Search title keywords" autofocus>
59+
<input type="text" name="dummy" style="display: none;"><!-- Enterで送信しないために必要 -->
5960
</div>
6061
</form>
6162

0 commit comments

Comments
 (0)