9 Apr
2001
9 Apr
'01
7:54 p.m.
E. Seifert writes:
I think I encountered a problem with the ZMI. Everytime I added a new property to the memory cache object the list doesn't display them correctly. They are concatenated; no space between them.
Is this a known bug? It is a bug - in the latest CVS, too.
Put it into the collector. A patch is to change "Products/StandardCacheManagers/dtml/propsRCM.dtml" from: <textarea name="request_vars:lines" rows="5" cols="30"><dtml-in request_vars>&dtml-sequence-item;</dtml-in></textarea> to <textarea name="request_vars:lines" rows="5" cols="30"><dtml-in request_vars>&dtml-sequence-item; </dtml-in></textarea> The newline before "</dtml-in>" is essential. Dieter