Skip to content

Commit bb876e7

Browse files
authored
Merge pull request #2 from @stefanheimes
Bugfix for the DCA files
2 parents 126cce4 + 555f9d5 commit bb876e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/contao/templates/internal/efg_internal_dca_formdata.html5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ endforeach; ?>
471471
endforeach; ?>),
472472
<?php if ($this->arrForm['key'] != 'feedback'): ?>
473473
'formFilterKey' => 'form',
474-
'formFilterValue' => '<?php echo $this->arrForm['title']; ?>'
474+
'formFilterValue' => '<?php echo \str_replace("'", "\'", $this->arrForm['title']); ?>'
475475
<?php endif; ?>
476476
)
477477
);

0 commit comments

Comments
 (0)