Posted by Max_Headroom on August 4, 2009 at 8:16am
Jump to:
| Project: | GMap Module |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
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
#1
http://drupal.org/node/499136