回答編集履歴

1

HTMLのタグを間違えた

2021/04/30 02:32

投稿

Nash-BETA
Nash-BETA

スコア233

test CHANGED
@@ -42,7 +42,7 @@
42
42
 
43
43
  <?php if(!empty($errors)):?>
44
44
 
45
- <div class="text-danger" style="margin:0 0 6px 0;">エラーです。</div>
45
+ <p>エラーです。</p>
46
46
 
47
47
  <?php endif;?>
48
48