Skip to content

Commit

Permalink
style: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
peat85 committed May 24, 2018
1 parent a3ce4e6 commit cafe782
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/QUI/Bricks/Controls/SimpleContact.php
Expand Up @@ -56,7 +56,7 @@ public function getBody()
$privacyPolicyCheckbox = $this->getAttribute('showPrivacyPolicyCheckbox');
$error = false;

// is javascript disabled?
// Is javascript disabled?
if (isset($_POST['name'])
&& isset($_POST['email'])
&& isset($_POST['message'])
Expand Down Expand Up @@ -177,9 +177,9 @@ public function sendMail($Engine)
if ($privacyPolicyCheckbox && !empty($_POST['privacyPolicy'])) {
$body .= '<span style="font-weight: bold;">'
.QUI::getLocale()->get(
'quiqqer/bricks',
'brick.control.simpleContact.mail.privacyPolicy_accepted'
)
'quiqqer/bricks',
'brick.control.simpleContact.mail.privacyPolicy_accepted'
)
.'</span><br/>';
}

Expand Down

0 comments on commit cafe782

Please sign in to comment.