質問編集履歴

1

コードの追加

2018/02/13 01:52

投稿

rumi
rumi

スコア46

test CHANGED
File without changes
test CHANGED
@@ -19,3 +19,17 @@
19
19
  </script>
20
20
 
21
21
  ```
22
+
23
+
24
+
25
+ descriptionの中身
26
+
27
+
28
+
29
+ ```PHP
30
+
31
+ '%description%' => str_replace("\r\n", '\n', filtering(htmlspecialchars($description))),
32
+
33
+
34
+
35
+ ```