回答編集履歴

2

サイトのバグで表示がおかしい

2021/12/23 03:00

投稿

otn
otn

スコア85901

test CHANGED
@@ -1,4 +1,4 @@
1
- PHP的には、`' <input onclick="location.href=\'./aaa\'"/>'` ですが、
1
+ PHP的には、`' <input onclick="location.href=\'./aaa\'"/>'` ですが、 
2
2
 
3
3
  HTMLのプロパティーの中には引用符は直に書かないので、
4
4
 

1

補足

2021/12/23 03:00

投稿

otn
otn

スコア85901

test CHANGED
@@ -1,5 +1,5 @@
1
1
  PHP的には、`' <input onclick="location.href=\'./aaa\'"/>'` ですが、
2
2
 
3
- HTMLのプロパティーの中には引用符は直に書いてはいけないので、
3
+ HTMLのプロパティーの中には引用符は直に書ないので、
4
4
 
5
5
  `' <input onclick="location.href=&quot;./aaa&quot;"/>'`ですね。