Skip to content

Commit

Permalink
fix syntax error in snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaczenski authored Apr 16, 2018
1 parent 3f0d198 commit f4db798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/views/frontend/detail/comment/form.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
{elseif $DSVGO.addComment == 'checkbox' }
<p>
<input name="form-checkbox" type="checkbox" id="formcheckbox" required="required" aria-required="true" value="1" class="chkbox is--required" />
<label for="formcheckbox" class="chklabel">{{s name="DSVGOPrivacy" namespace="frontend/DSVGO/"}Die <a title="Datenschutzbestimmungen" href="{url controller=custom sCustom=7}">Datenschutzbestimmungen</a> habe ich zur Kenntnis genommen{/s}</label>
<label for="formcheckbox" class="chklabel">{s name="DSVGOPrivacy" namespace="frontend/DSVGO/"}Die <a title="Datenschutzbestimmungen" href="{url controller=custom sCustom=7}">Datenschutzbestimmungen</a> habe ich zur Kenntnis genommen{/s}</label>
</p>
{/if}
{$smarty.block.parent}
{/block}
{/block}

0 comments on commit f4db798

Please sign in to comment.