From f4c4e153c96212279fac9dd8eae13c76ea62be3c Mon Sep 17 00:00:00 2001 From: paul Date: Sat, 12 May 2018 23:51:47 +0000 Subject: [PATCH] properly escape link urls svn path=/trunk/; revision=197 --- templates/view.html.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)) ) -- 2.39.2