From: paul Date: Fri, 19 Aug 2016 10:37:00 +0000 (+0000) Subject: correct anchors in thumb list X-Git-Url: http://git.plutz.net/?p=serve0;a=commitdiff_plain;h=1b67bea58f5b51d440470994940adc01b8d8ba52 correct anchors in thumb list svn path=/trunk/; revision=143 --- diff --git a/pages/list.sh b/pages/list.sh index a9eeb33..70859d5 100755 --- a/pages/list.sh +++ b/pages/list.sh @@ -73,11 +73,12 @@ _printVideo(){ thumb="$(urlsafe "thumbs/$info.jpg")" linkinfo="$(urlsafe "$info")" htmlinfo="$(htmlsafe "$info")" + attrinfo="$(attribsafe "$info")" minutes="$(printf "%d:%02d" $(($length / 60)) $(($length % 60)) )" tee "$cache" < +