--- docprop.html.orig	2004-03-01 14:37:55.000000000 -0500
+++ docprop.html	2004-06-24 16:20:40.454345645 -0400
@@ -16,7 +16,9 @@
       f_body_bgcolor  : true,
       f_body_fgcolor  : true,
       f_base_style    : true,
-      f_alt_style     : true
+      f_alt_style     : true,
+		f_keywords      : true,
+		f_description   : true
   };
 
 var editor = null;
@@ -105,6 +107,14 @@
         <td><input type="text" id="f_doctype" style="width: 100%" /></td>
       </tr>
       <tr>
+        <td class="label"><span>Keywords:</span></td>
+        <td><input type="text" id="f_keywords" style="width: 100%" /></td>
+      </tr>
+      <tr>
+        <td class="label"><span>Description:</span></td>
+        <td><input type="text" id="f_description" style="width: 100%" /></td>
+      </tr>
+      <tr>
         <td class="label"><span>Primary style-sheet:</span></td>
         <td><input type="text" id="f_base_style" style="width: 100%" /></td>
       </tr>
