From: paul Date: Sat, 12 May 2018 23:51:47 +0000 (+0000) Subject: properly escape link urls X-Git-Url: http://git.plutz.net/?p=serve0;a=commitdiff_plain;h=f4c4e153c96212279fac9dd8eae13c76ea62be3c properly escape link urls svn path=/trunk/; revision=197 --- diff --git a/templates/view.html.sh b/templates/view.html.sh index c0a4119..b2c48db 100755 --- a/templates/view.html.sh +++ b/templates/view.html.sh @@ -44,11 +44,11 @@ cat < -

$info

+

$(htmlsafe "$info")

- Download + Download $(printf "%d:%02d min" $(($length / 60)) $(($length % 60)) )