Macro text field in Views problem
Max_Headroom - August 4, 2009 - 08:16
| Project: | GMap Module |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
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,
#1
http://drupal.org/node/499136