Missing </div> in googleMap-Module-script disturbs

  • mediaDESIGN.SK
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 6 months ago #103917 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.

More
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

Please Log in or Create an account to join the conversation.

  • mediaDESIGN.SK
  • Topic Author
  • Offline
  • New Member
  • New Member
More
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>

Please Log in or Create an account to join the conversation.

More
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

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc