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 575637e commit 7b2e849
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ajax/contact.php
Expand Up @@ -67,8 +67,9 @@ function ($brickId, $project, $siteId, $message, $name, $email, $privacyPolicyAc
if ($privacyPolicyCheckbox) {
$body .= '<span style="font-weight: bold;">'
.QUI::getLocale()->get(
'quiqqer/bricks',
'brick.control.simpleContact.mail.privacyPolicy_accepted').'</span><br/>';
'quiqqer/bricks',
'brick.control.simpleContact.mail.privacyPolicy_accepted'
).'</span><br/>';
}

$body .= "<span style=\"font-weight: bold;\">Message:</span><br /><br />
Expand Down

0 comments on commit 7b2e849

Please sign in to comment.