From 428a82a84173d639db2b99627e6c262d887549a9 Mon Sep 17 00:00:00 2001 From: JessonChan Date: Sun, 14 Oct 2012 22:37:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=AB=E5=AD=97=20=E8=BD=AC=E7=A7=BB-->?= =?UTF-8?q?=E8=BD=AC=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 4.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4.3.md b/4.3.md index 52689d00..c1b48134 100644 --- a/4.3.md +++ b/4.3.md @@ -54,7 +54,7 @@ t, err := template.New("foo").Parse(`{{define "T"}}Hello, {{.}}!{{end}}`) err = t.ExecuteTemplate(out, "T", "") -转移之后的输出: +转义之后的输出: Hello, <script>alert('you have been pwned')</script>!