@@ -44,7 +44,7 @@ discard block |
||
44 | 44 | 'empty' => '', |
45 | 45 | ] |
46 | 46 | )->fetch_callback( |
47 | - function ($row) use (&$credits) { |
|
47 | + function($row) use (&$credits) { |
|
48 | 48 | global $txt; |
49 | 49 | |
50 | 50 | $credit_info = Util::unserialize($row['credits']); |
@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | '<a href="https://github.com/googlefonts/noto-emoji">Noto Emoji</a> | © Googlefonts | Licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>', |
108 | 108 | '<a href="https://openmoji.org">OpenMoji</a> | © OpenMoji | Licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0</a>', |
109 | 109 | '<a href="https://github.com/KDE/oxygen-icons">Oxygen Icons</a> | These icons are licensed under <a href="https://creativecommons.org/licenses/by-sa/3.0/">CC BY-SA 3.0</a>', |
110 | - '<a href="https://github.com/twitter/twemoji">Twitter Emoji</a> | © Twitter, Inc and other contributors | Licensed under <a href="https://github.com/twitter/twemoji/blob/master/LICENSE/">MIT</a>',], |
|
110 | + '<a href="https://github.com/twitter/twemoji">Twitter Emoji</a> | © Twitter, Inc and other contributors | Licensed under <a href="https://github.com/twitter/twemoji/blob/master/LICENSE/">MIT</a>', ], |
|
111 | 111 | 'fonts' => [ |
112 | 112 | '<a href="https://fontawesome.com/v4/get-started/">Font Awesome</a> | Created by Dave Gandy | This font is licensed under the SIL Open Font License, Version 1.1', |
113 | 113 | '<a href="https://www.fontsquirrel.com/fonts/open-sans">Open Sans</a> | © Ascender Fonts | <a href="https://opensource.org/licenses/Apache-2.0">Apache License, Version 2.0', |
@@ -204,7 +204,7 @@ |
||
204 | 204 | <p>', $context['coppa']['body'], '</p> |
205 | 205 | <p> |
206 | 206 | <span> |
207 | - <a class="linkbutton new_win" href="', getUrl('action', ['action' => 'about', 'sa' => 'coppa', 'form', 'member' => $context['coppa']['id']]), '" target="_blank">', $txt['coppa_form_link_popup'], '</a> | <a class="linkbutton" href="', getUrl('action', ['action' => 'about', 'sa' => 'coppa', 'form' , 'dl', 'member' => $context['coppa']['id']]), '">', $txt['coppa_form_link_download'], '</a> |
|
207 | + <a class="linkbutton new_win" href="', getUrl('action', ['action' => 'about', 'sa' => 'coppa', 'form', 'member' => $context['coppa']['id']]), '" target="_blank">', $txt['coppa_form_link_popup'], '</a> | <a class="linkbutton" href="', getUrl('action', ['action' => 'about', 'sa' => 'coppa', 'form', 'dl', 'member' => $context['coppa']['id']]), '">', $txt['coppa_form_link_download'], '</a> |
|
208 | 208 | </span> |
209 | 209 | </p> |
210 | 210 | <p>', $context['coppa']['many_options'] ? $txt['coppa_send_to_two_options'] : $txt['coppa_send_to_one_option'], '</p> |