Index: openacs-4/packages/faq/www/admin/q-and-a-add-edit.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/faq/www/admin/q-and-a-add-edit.tcl,v
diff -u -r1.9 -r1.9.2.1
--- openacs-4/packages/faq/www/admin/q-and-a-add-edit.tcl	29 Mar 2005 21:00:38 -0000	1.9
+++ openacs-4/packages/faq/www/admin/q-and-a-add-edit.tcl	2 Sep 2005 05:28:15 -0000	1.9.2.1
@@ -52,9 +52,11 @@
     {entry_id:key}
     {prev_entry_id:text(hidden) {value $prev_entry_id}}
     {question:richtext
+        {html {rows 15 cols 50} }
         {label "[_ faq.Question]"} 
         {help_text {[_ faq.Question_text_in_html]}}}
     {answer:richtext
+        {html {rows 15 cols 50} }
         {label "[_ faq.Answer]"}
         {help_text {[_ faq.Answer_text_in_html]}}}
 }
Index: openacs-4/packages/faq/www/admin/q_and_a-edit.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/faq/www/admin/Attic/q_and_a-edit.adp,v
diff -u -r1.7 -r1.7.8.1
--- openacs-4/packages/faq/www/admin/q_and_a-edit.adp	22 May 2003 14:54:51 -0000	1.7
+++ openacs-4/packages/faq/www/admin/q_and_a-edit.adp	2 Sep 2005 05:28:15 -0000	1.7.8.1
@@ -8,7 +8,7 @@
   <tr>
    <th align=right>#faq.Question#</th>
    <td>
-    <textarea rows=4 cols=50 name=question>@question@</textarea>
+    <textarea rows=10 cols=50 name=question>@question@</textarea>
    </td>
   </tr>
   <tr>