質問編集履歴

3

再度、修正をさせていただきました。重ねて申し訳ございません。

2018/09/25 16:05

投稿

SugiuraY
SugiuraY

スコア318

test CHANGED
File without changes
test CHANGED
@@ -82,7 +82,7 @@
82
82
 
83
83
  <body>
84
84
 
85
- <form>
85
+ <form action="" method="post">
86
86
 
87
87
  <input type="text" name="content">
88
88
 

2

加筆修正いたしました。

2018/09/25 16:05

投稿

SugiuraY
SugiuraY

スコア318

test CHANGED
File without changes
test CHANGED
@@ -60,7 +60,7 @@
60
60
 
61
61
  <body>
62
62
 
63
- <form>
63
+ <form action="" method="post">
64
64
 
65
65
  <input type="text" name="content">
66
66
 

1

構文エラーの箇所を修正いたしました。大変失礼いたしました。

2018/09/25 15:56

投稿

SugiuraY
SugiuraY

スコア318

test CHANGED
File without changes
test CHANGED
@@ -94,6 +94,8 @@
94
94
 
95
95
  <!--甲-->
96
96
 
97
+ <?php endif;?>
98
+
97
99
  </html>
98
100
 
99
101
  ```