From 03e9ed599325a27646acb0cda9c4d3dc62fe6511 Mon Sep 17 00:00:00 2001 From: flashwave Date: Fri, 6 Apr 2018 23:57:05 +0200 Subject: [PATCH] Oversight happy funtimes! --- views/mio/user/view.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {