Skip to content

Commit

Permalink
removed trailing dot
Browse files Browse the repository at this point in the history
  • Loading branch information
Kipjr committed Oct 2, 2020
1 parent 1d0a2ee commit ab68f73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/cookieconsent_page.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{if $cc_given !=1}
<div id="CC" {if $cookieconsent.cc_fullscreen} style="min-height: 100%;" {else} style="min-height: 26px;"{/if} >
<div id="CC_block">
{$cookieconsent.cc_text|unescape:'html'} <a href={$cookieconsent.cc_url} target="_blank">{$cookieconsent.cc_button}</a>. <a class="CCOK">{'Accept'|translate}</a>
{$cookieconsent.cc_text|unescape:'html'} <a href={$cookieconsent.cc_url} target="_blank">{$cookieconsent.cc_button}</a><a class="CCOK">{'Accept'|translate}</a>
</div>
</div>
{/if}
{/if}

0 comments on commit ab68f73

Please sign in to comment.