From 5be98cc87d1a5f1e5c41efc435fb036aadb9ef02 Mon Sep 17 00:00:00 2001 From: Berkan Sasmaz Date: Mon, 28 Mar 2022 15:28:42 +0300 Subject: [PATCH] fix(angular/theming): scriban render problem --- docs/en/UI/Angular/Theming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/UI/Angular/Theming.md b/docs/en/UI/Angular/Theming.md index 3b7e3d1afd..c7f303763d 100644 --- a/docs/en/UI/Angular/Theming.md +++ b/docs/en/UI/Angular/Theming.md @@ -227,7 +227,7 @@ import { Router } from '@angular/router'; template: ` - {{ data.textTemplate.text | abpLocalization }} + {%{{{ data.textTemplate.text | abpLocalization }}}%} `, })