Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Jan 13, 2024
1 parent 506310d commit 6501649
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions administrator/components/com_templates/tmpl/style/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@ class="form-validate">
<?php echo HTMLHelper::_('uitab.endTab'); ?>

<?php if (isset($long_description) && $long_description != '') : ?>
<?php echo HTMLHelper::_('uitab.addTab', 'myTab', 'description', Text::_('JGLOBAL_FIELDSET_DESCRIPTION')); ?>
<fieldset id="fieldset-description" class="options-form">
<legend><?php echo Text::_('JGLOBAL_FIELDSET_DESCRIPTION'); ?></legend>
<div>
<?php echo $long_description; ?>
</div>
</fieldset>
<?php echo HTMLHelper::_('uitab.endTab'); ?>
<?php echo HTMLHelper::_('uitab.addTab', 'myTab', 'description', Text::_('JGLOBAL_FIELDSET_DESCRIPTION')); ?>
<fieldset id="fieldset-description" class="options-form">
<legend><?php echo Text::_('JGLOBAL_FIELDSET_DESCRIPTION'); ?></legend>
<div>
<?php echo $long_description; ?>
</div>
</fieldset>
<?php echo HTMLHelper::_('uitab.endTab'); ?>
<?php endif; ?>

<?php
Expand Down

0 comments on commit 6501649

Please sign in to comment.