cite: just some small styling thing

This commit is contained in:
Tobias Diekershoff
2018-05-20 08:43:43 +02:00
parent 2798d4ea4d
commit f7c24a20ae
3 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -290,7 +290,7 @@ function register_content(App $a)
'$showtoslink' => Config::get('system', 'tosdisplay'),
'$tostext' => L10n::t('Terms of Service'),
'$showprivstatement' => Config::get('system', 'tosprivstatement'),
'$privstatement' => $tos->privblock,
'$privstatement' => $tos->privacy_complete,
'$baseurl' => System::baseurl(),
'$form_security_token' => get_form_security_token("register")
]);