Closed (duplicate)
Project:
GMap Module
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2009 at 08:16 UTC
Updated:
4 Nov 2009 at 10:39 UTC
Line 157 in gmap_plugin_style_gmap.inc
Currently, the Macro textfield size in the style options is:
'#size' => 1000,
This breaks long macro strings.
It should be something like:
'#size' => 100,
'#maxlength' => 1000,
Comments
Comment #1
Max_Headroom commentedhttp://drupal.org/node/499136