回答編集履歴

2

teratailの保存バグの対応。

2018/11/06 14:42

投稿

kei344
kei344

スコア69407

test CHANGED
File without changes

1

依頼

2018/11/06 14:42

投稿

kei344
kei344

スコア69407

test CHANGED
@@ -2,13 +2,13 @@
2
2
 
3
3
  <form><input type="text" value="" name="s" class="s" placeholder="キーワードを入力"/><input type="submit" value="検索" alt="検索" title="検索" class="searchsubmit"></form>
4
4
 
5
- <form role="search" method="get" id="searchform" action="http://tokyo-times.jp/" ></form>
5
+ <form role="search" method="get" id="searchform" action="http://example.com/" ></form>
6
6
 
7
7
  ```↓
8
8
 
9
9
  ```HTML
10
10
 
11
- <form role="search" method="get" id="searchform" action="http://tokyo-times.jp/">
11
+ <form role="search" method="get" id="searchform" action="http://example.com/">
12
12
 
13
13
  <input type="text" value="" name="s" class="s" placeholder="キーワードを入力"/>
14
14