[CMF-checkins] CVS: Products/CMFDefault/skins/zpt_content - metadata_edit_form.pt:1.3

Tres Seaver tseaver@zope.com
Mon, 17 Dec 2001 13:35:21 -0500


Update of /cvs-repository/Products/CMFDefault/skins/zpt_content
In directory cvs.zope.org:/tmp/cvs-serv9958/CMFDefault/skins/zpt_content

Modified Files:
	metadata_edit_form.pt 
Log Message:
 - *No* soft wrapping in the Subject field!  Line endings *matter* there!

=== Products/CMFDefault/skins/zpt_content/metadata_edit_form.pt 1.2 => 1.3 ===
   <td tal:define="subj_lines python: modules['string'].join(
                                          here.subjectsList(), '\n' )">
-     <textarea name="subject:lines" rows="3" cols="20" wrap="soft"
+     <textarea name="subject:lines" rows="3" cols="20"
 	           tal:content="subj_lines"></textarea>
  <br> 
    <select name="subject:list" multiple>