Skip to content

Commit

Permalink
Add missing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
matrikular committed Jul 5, 2017
1 parent 335a186 commit c149722
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/beez3/html/com_contact/contact/default.php
Expand Up @@ -100,7 +100,7 @@
<?php if ($tparams->get('presentation_style') === 'tabs') : ?>
<?php echo JHtmlTabs::panel(JText::_('COM_CONTACT_EMAIL_FORM'), 'display-form'); ?>
<?php endif; ?>
<?php if ($tparams->get('presentation_style') === 'plain'):?>
<?php if ($tparams->get('presentation_style') === 'plain') : ?>
<?php echo '<h3>'. JText::_('COM_CONTACT_EMAIL_FORM').'</h3>'; ?>
<?php endif; ?>
<?php echo $this->loadTemplate('form'); ?>
Expand Down Expand Up @@ -135,7 +135,7 @@
<?php if ($tparams->get('presentation_style') === 'tabs') : ?>
<?php echo JHtmlTabs::panel(JText::_('COM_CONTACT_PROFILE'), 'display-profile'); ?>
<?php endif; ?>
<?php if ($tparams->get('presentation_style') === 'plain'):?>
<?php if ($tparams->get('presentation_style') === 'plain') : ?>
<?php echo '<h3>'. JText::_('COM_CONTACT_PROFILE').'</h3>'; ?>
<?php endif; ?>

Expand All @@ -155,7 +155,7 @@
<?php if ($tparams->get('presentation_style') === 'tabs') : ?>
<?php echo JHtmlTabs::panel(JText::_('COM_CONTACT_OTHER_INFORMATION'), 'display-misc'); ?>
<?php endif; ?>
<?php if ($tparams->get('presentation_style') === 'plain'):?>
<?php if ($tparams->get('presentation_style') === 'plain') : ?>
<?php echo '<h3>'. JText::_('COM_CONTACT_OTHER_INFORMATION').'</h3>'; ?>
<?php endif; ?>

Expand Down

0 comments on commit c149722

Please sign in to comment.