diff --git a/webroot/yt/index.shs b/webroot/yt/index.shs index 06adea2..7e81600 100755 --- a/webroot/yt/index.shs +++ b/webroot/yt/index.shs @@ -8,6 +8,8 @@ echo "

All user's favourites:

" +echo "
" + IFS=$'\n' for i in $(tac storage/faves); do IFS=':' @@ -17,3 +19,5 @@ for i in $(tac storage/faves); do fi echo "

${array[@]:2:999}

Favourited by ${array[0]}
"; done + +echo "
"