[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TopicIndex/dtml - manageTopicIndex.dtml:1.3
Andreas Jung
andreas@digicool.com
Thu, 12 Sep 2002 07:26:31 -0400
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TopicIndex/dtml
In directory cvs.zope.org:/tmp/cvs-serv23881
Modified Files:
manageTopicIndex.dtml
Log Message:
fixed broken textarea element due to XML notation (did not work with Mozilla)
=== Zope/lib/python/Products/PluginIndexes/TopicIndex/dtml/manageTopicIndex.dtml 1.2 => 1.3 ===
--- Zope/lib/python/Products/PluginIndexes/TopicIndex/dtml/manageTopicIndex.dtml:1.2 Thu Feb 28 10:31:41 2002
+++ Zope/lib/python/Products/PluginIndexes/TopicIndex/dtml/manageTopicIndex.dtml Thu Sep 12 07:26:30 2002
@@ -121,7 +121,7 @@
</div>
</td>
<td align="left" valign="top">
- <textarea type="text" name="expr" cols="60" rows="5" />
+ <textarea type="text" name="expr" cols="60" rows="5"></textarea>
</td>
</tr>
<tr>