From 60c49b1d32eaf0ecfd0c7ca1d9d0b6afb5f6fc68 Mon Sep 17 00:00:00 2001 From: qizidog <451559450@qq.com> Date: Tue, 21 Feb 2023 18:20:08 +0800 Subject: [PATCH] fix: fix html render escape error in template demo (#11922) --- lib/v2/furstar/templates/description.art | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/v2/furstar/templates/description.art b/lib/v2/furstar/templates/description.art index 8e8ad92fb..f28007637 100644 --- a/lib/v2/furstar/templates/description.art +++ b/lib/v2/furstar/templates/description.art @@ -2,4 +2,4 @@ {{ each pics }} {{/each}} -{{ author }} \ No newline at end of file +{{@ author }} \ No newline at end of file