Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gmap
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal.org
gmap
Commits
3b808980
"ist-git@git.uwaterloo.ca:r5akhava/EzPC-Custom.git" did not exist on "9df775d3706bc8ba0cf69647b01abf4513eb38e0"
Commit
3b808980
authored
16 years ago
by
Brandon Bergren
Browse files
Options
Downloads
Patches
Plain Diff
Fix gmap alignment, which was still broken due to a missing space.
parent
f0bfbbd6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gmap.module
+1
-1
1 addition, 1 deletion
gmap.module
with
1 addition
and
1 deletion
gmap.module
+
1
−
1
View file @
3b808980
...
@@ -1131,7 +1131,7 @@ function theme_gmap($element) {
...
@@ -1131,7 +1131,7 @@ function theme_gmap($element) {
$style
[]
=
'width: '
.
$map
[
'width'
];
$style
[]
=
'width: '
.
$map
[
'width'
];
$style
[]
=
'height: '
.
$map
[
'height'
];
$style
[]
=
'height: '
.
$map
[
'height'
];
$element
[
'#attributes'
][
'class'
]
=
trim
(
$element
[
'#attributes'
][
'class'
]
.
'gmap gmap-map gmap-'
.
$mapid
.
'-gmap'
);
$element
[
'#attributes'
][
'class'
]
=
trim
(
$element
[
'#attributes'
][
'class'
]
.
'
gmap gmap-map gmap-'
.
$mapid
.
'-gmap'
);
// Some markup parsers (IE) don't handle empty inners well. Use the space to let users know javascript is required.
// Some markup parsers (IE) don't handle empty inners well. Use the space to let users know javascript is required.
// @@@ Bevan sez: Google static maps could be useful here.
// @@@ Bevan sez: Google static maps could be useful here.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment