- Posts: 10
- Thank you received: 0
Missing </div> in googleMap-Module-script disturbs
- mediaDESIGN.SK
-
Topic Author
- Offline
- New Member
-
Less
More
8 years 6 months ago #103917
by mediaDESIGN.SK
Missing </div> in googleMap-Module-script disturbs was created by mediaDESIGN.SK
In this script modules/mod_eb_googlemap/tmpl/default.php a final DIV is missing and disturbs the DOM of the whole page.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
8 years 6 months ago #103922
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Missing </div> in googleMap-Module-script disturbs
Hello
Were you able to fix it? If yes, maybe you can help submitting it here so that we can compare with our code base (will help saving us sometime)
Otherwise, we will check and correct it, soon, on tomorrow morning if it is valid
Tuan
Were you able to fix it? If yes, maybe you can help submitting it here so that we can compare with our code base (will help saving us sometime)
Otherwise, we will check and correct it, soon, on tomorrow morning if it is valid
Tuan
Please Log in or Create an account to join the conversation.
- mediaDESIGN.SK
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 10
- Thank you received: 0
8 years 6 months ago #103928
by mediaDESIGN.SK
Replied by mediaDESIGN.SK on topic Missing </div> in googleMap-Module-script disturbs
But the script is quite simple and contains only one simple div. The missing is quickly attached:
<?php
/**
* @package Joomla
* @subpackage Event Booking
* @author Tuan Pham Ngoc
* @copyright Copyright (C) 2010 - 2017 Ossolution Team
* @license GNU/GPL, see LICENSE.php
*/
// no direct access
defined('_JEXEC') or die;
?>
<div align="left"
id="map<?php echo $module->id;?>"
style="position:relative; width: <?php echo $width; ?>%; height: <?php echo $height?>px">
</div>
<?php
/**
* @package Joomla
* @subpackage Event Booking
* @author Tuan Pham Ngoc
* @copyright Copyright (C) 2010 - 2017 Ossolution Team
* @license GNU/GPL, see LICENSE.php
*/
// no direct access
defined('_JEXEC') or die;
?>
<div align="left"
id="map<?php echo $module->id;?>"
style="position:relative; width: <?php echo $width; ?>%; height: <?php echo $height?>px">
</div>
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
8 years 6 months ago #103929
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Missing </div> in googleMap-Module-script disturbs
Thanks. I confirm the issue, not sure why we didn't see that before
I fixed it now and will update download package with this fix shortly
Thanks again
Tuan
I fixed it now and will update download package with this fix shortly
Thanks again
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2026 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.