--- knurl.module	2007-12-18 17:45:07.000000000 -0500
+++ knurl.module	2009-04-03 19:17:51.000000000 -0400
@@ -137,7 +137,7 @@
 function knurl_add_form() {
   drupal_set_message( t(sprintf('Shorten long URLs by using a URL shortcut instead. Just enter the original URL (including http(s)://) and click Submit, and a new URL shortcut will be generated.')) );
   drupal_set_message( t(sprintf('Now you can create URL shortcuts even easier than before.  Just drag this <a href="javascript:void(location.href=\''. _get_server_url() .'/knurl?url=\'+location.href)">%s knurl</A> link to your toolbar. At the click of a button, a URL shortcut will be generated for the page you are currently at.', variable_get('site_name', 'Drupal'))));
-  $form['url'] = array( '#type' => 'textarea',
+  $form['url'] = array( '#type' => 'textfield',
     '#title' => t('Enter a fully qualified URL'),
     '#default_value' => $_GET['url'], 
     '#required' => TRUE 
