質問編集履歴

1

phpコードの修正

2022/06/07 10:08

投稿

karirin3948
karirin3948

スコア20

test CHANGED
File without changes
test CHANGED
@@ -120,6 +120,8 @@
120
120
  ```
121
121
 
122
122
  ```php
123
+ <div class="memo_area" style="background-color: gray;width: 10%;height: 10%;padding:50px;margin:50px;"></div>
124
+ </div>
123
125
  foreach ($block[$_SESSION[$n]] as $memo) :
124
126
  $memo_user = $user->get_user($memo['user_id']);
125
127
  ?>