Skip to content

Commit

Permalink
Update edit.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrammatiko committed Jan 14, 2022
1 parent 65aaacc commit 1401aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_modules/tmpl/module/edit.php
Expand Up @@ -107,7 +107,7 @@
<p><?php echo $short_description; ?></p>
<?php if ($long_description) : ?>
<p class="readmore">
<a href="#" onclick="document.querySelector('#tab-description').click();">
<a href="#" onclick="document.getElementById('myTab').activateTab(document.getElementById('description'));">
<?php echo Text::_('JGLOBAL_SHOW_FULL_DESCRIPTION'); ?>
</a>
</p>
Expand Down

0 comments on commit 1401aaf

Please sign in to comment.