fixed registration mail layout - smarty eats line ends

This commit is contained in:
following
2013-08-15 16:16:34 +02:00
parent 7f64f59f2f
commit cc522351ed
+3
View File
@@ -10,9 +10,12 @@
{t}Username{/t}: {$username}
{t}E-Mail address{/t}: {$to}
{if $first_name != ''}{t}First name{/t}: {$first_name}{/if}
{if $last_name != ''}{t}Last name{/t}: {$last_name}{/if}
{if $country != ''}{t}Country{/t}: {$country}{/if}
{t}Before you can login for the first time, you have to activate your account by clicking on the following link:{/t}
{$short_activation_page}?e={$to|urlencode}&c={$code}