diff --git a/views/mio/user/view.twig b/views/mio/user/view.twig index 7f79cbc4..c263713a 100644 --- a/views/mio/user/view.twig +++ b/views/mio/user/view.twig @@ -4,7 +4,7 @@ {% set icon = '/profile.php?u=' ~ profile.user_id ~ '&m=avatar' %} {% set title = 'Profile of ' ~ profile.username %} -{% set youtube_is_channel_id = profile.user_youtube|slice(0, 2) == 'UC' and profile.youtube|length == 24 %} +{% set youtube_is_channel_id = profile.user_youtube|slice(0, 2) == 'UC' and profile.user_youtube|length == 24 %} {% set profile_fields = { "twitter": {