From 57d8361acb4fee580117346ffe69073d0933e43d Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Thu, 12 Jul 2012 19:30:25 -0400 Subject: [PATCH] Escape characters from raw xml data going into the text box so that the round-trip doesn't get rid of neccessary xml escaping --- cms/templates/widgets/raw-edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/templates/widgets/raw-edit.html b/cms/templates/widgets/raw-edit.html index 1ad0758004..dc0e99265c 100644 --- a/cms/templates/widgets/raw-edit.html +++ b/cms/templates/widgets/raw-edit.html @@ -33,7 +33,7 @@ - +
${data | h}