回答編集履歴

1

タイポの修正

2016/03/16 07:39

投稿

nabeliwo
nabeliwo

スコア14

test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ```html
10
10
 
11
- <!-- helper関数htmlEscapeを呼び出す。textがテンプレートに渡されるデータ。 -->
11
+ <!-- helper関数escapeHtmlWithoutBrを呼び出す。textがテンプレートに渡されるデータ。 -->
12
12
 
13
13
  <p>{{#escapeHtmlWithoutBr text}}{{/escapeHtmlWithoutBr}}</p>
14
14