Skip to content

Commit

Permalink
Small style adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
LuomaJuha committed Jan 16, 2025
1 parent de461cf commit 98f6c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/bootstrap3/templates/feedback/form.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$form->prepare();

$title = $form->getTitle();
$title = !empty($title)
? $this->translate($title) : null;
$title = !empty($title) ? $this->translate($title) : null;

$formUrl = $this->url($this->formActionUrl ?? 'feedback-form', ['id' => $this->formId]);
$form->setAttribute('action', $formUrl);
$form->setAttribute('class', 'dynamic-form');
Expand Down

0 comments on commit 98f6c55

Please sign in to comment.