質問編集履歴
1
コードの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
```
|
2
2
|
|
3
|
-
<?= $this->Html->image($review->id . jpg, ["alt"=>"画像"], ['class'=>'image']) ?>
|
3
|
+
<?= $this->Html->image($review->id . ".jpg", ["alt"=>"画像"], ['class'=>'image']) ?>
|
4
4
|
|
5
5
|
```
|
6
6
|
|