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

Max_Headroom’s picture

Status: Active » Closed (duplicate)