Index: banner.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/banner/banner.module,v
retrieving revision 1.72
diff -u -r1.72 banner.module
--- banner.module	10 Dec 2006 21:40:36 -0000	1.72
+++ banner.module	23 Jan 2007 21:18:24 -0000
@@ -1638,6 +1638,7 @@
     '#type' => 'textfield',
     '#title' => t('URL'),
     '#default_value' => $node->url,
+    '#maxlength' => 255,
     '#description' => t('Target URL for this banner. If your are linking to an internal page, you must provide the full URL (i.e. http://yoursite.com/node/42 instead of node/42).'),
   );
 /* FIXME: currently this makes attachments die
