summaryrefslogtreecommitdiff
path: root/modules_v3/googlemap/module.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules_v3/googlemap/module.php')
-rw-r--r--modules_v3/googlemap/module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/googlemap/module.php b/modules_v3/googlemap/module.php
index 05573774fe..380d4d250a 100644
--- a/modules_v3/googlemap/module.php
+++ b/modules_v3/googlemap/module.php
@@ -123,7 +123,7 @@ class googlemap_WT_Module extends WT_Module implements WT_Module_Config, WT_Modu
echo '<img src="', $WT_IMAGES['hline'], '" width="', $GOOGLEMAP_XSIZE, '" height="0" alt="" />';
echo '<div id="map_pane" style="border: 1px solid gray; color: black; width: 100%; height: ', $GOOGLEMAP_YSIZE, 'px"></div>';
if (WT_USER_IS_ADMIN) {
- echo '<table style="font-size:13px;" width="100%"><tr>';
+ echo '<table width="100%"><tr>';
echo '<td width="40%" align="left">';
echo '<a href="module.php?mod=', $this->getName(), '&amp;mod_action=admin_editconfig">', WT_I18N::translate('Google Maps configuration'), '</a>';
echo '</td>';