質問編集履歴

1

誤字

2019/03/07 13:17

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  ```
18
18
 
19
- この$cancel_reasonの中に文字が入ってきます。
19
+ この$textの中に文字が入ってきます。
20
20
 
21
21
  ```
22
22
 
@@ -30,7 +30,7 @@
30
30
 
31
31
  <div class="box-header with-border">
32
32
 
33
- <h3 class="box-title">解約理由</h3>
33
+ <h3 class="box-title">理由</h3>
34
34
 
35
35
  </div>
36
36
 
@@ -42,7 +42,7 @@
42
42
 
43
43
  <tr>
44
44
 
45
- <td><?= $cancel_reason ?></td>
45
+ <td><?= $text ?></td>
46
46
 
47
47
  </tr>
48
48
 
@@ -60,7 +60,7 @@
60
60
 
61
61
 
62
62
 
63
- <?= $cancel_reason . '<br>' ?>
63
+ <?= $text . '<br>' ?>
64
64
 
65
65
  このような感じで<br>を入れて見たのですがうまく行かず
66
66