--- quicktags.module	2006-06-26 19:02:42.000000000 +0200
+++ quicktags.module.new	2006-08-04 14:41:40.000000000 +0200
@@ -60,6 +60,11 @@ function theme_quicktags_textfield($elem
   $html .= '<textarea'. $cols .' rows="'. $element['#rows'] .'" name="'. $element['#name'] .'" id="'. $element['#id'] .'" '. drupal_attributes($element['#attributes']) .'>';
   $html .= check_plain($element['#value']);
   $html .= '</textarea>';
+  if(isset($element['#description'])) {
+    $html .= '<div class="description">';
+    $html .= $element['#description'];
+    $html .= '</div>';
+  }
   $html .= '<script language="JavaScript" type="text/javascript">
     <!--
       edCanvas[' . $ta_count . '] = document.getElementById(\''.$element['#id'] .'\');
