Changeset 8824
- Timestamp:
- 05/07/08 00:53:56 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/helper/sfRichTextEditorFCK.class.php
r7757 r8824 87 87 $content = $fckeditor->CreateHtml(); 88 88 89 //fix for http://trac.symfony-project.com/ticket/732 90 //fields need to be of type text to be picked up by fillin. they are hidden by inline css anyway: 91 //<input type="hidden" id="name" name="name" style="display:none" value="<p>default</p>"> 92 $content = str_replace('type="hidden"','type="text"',$content); 93 89 94 return $content; 90 95 }

