回答編集履歴

1

余分なコードを消す

2016/10/27 09:25

投稿

popobot
popobot

スコア6586

test CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  ```php
4
4
 
5
- $this->Html->link('hoge', "javascript:void(window.open('/', null, 'width=400, height=300'));", ['target' => '_blank']);
5
+ $this->Html->link('Test', "javascript:window.open('/', null, 'width=400, height=300');", ['target' => '_blank']);
6
6
 
7
7
  ```