回答編集履歴

1

間違い

2015/07/02 14:09

投稿

KazutoshiOhashi
KazutoshiOhashi

スコア125

test CHANGED
@@ -56,11 +56,7 @@
56
56
 
57
57
  $html = str_replace(">",">",$html); //$htmlにあるすべての「>」を「>」に置き換え
58
58
 
59
- <pre>
60
59
 
61
- <?php print $html ?>
62
-
63
- </pre>
64
60
 
65
61
 
66
62
 
@@ -69,3 +65,9 @@
69
65
 
70
66
 
71
67
  ------------------htmlの中で----------------
68
+
69
+ <pre>
70
+
71
+ <?php print $html ?>
72
+
73
+ </pre>