From 5a1473694d98a2c0d0b933dde066ee369ebda1e7 Mon Sep 17 00:00:00 2001
From: helmutm
Date: Tue, 26 Jan 2010 12:30:55 +0000
Subject: [PATCH] fix dijit.Editor for Dojo 1.4 compliance: use div instead of
textarea
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3692 fd906abe-77d9-0310-91a1-e0d9ade77398
---
browser/form_macros.pt | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/browser/form_macros.pt b/browser/form_macros.pt
index 136b6e9..e173b52 100644
--- a/browser/form_macros.pt
+++ b/browser/form_macros.pt
@@ -268,7 +268,8 @@
-
+
-
+ tal:content="structure data/?name|string:">
+