diff --git a/www/kojiweb/taskinfo_params.chtml b/www/kojiweb/taskinfo_params.chtml
index e98563b3..2bd7ef28 100644
--- a/www/kojiweb/taskinfo_params.chtml
+++ b/www/kojiweb/taskinfo_params.chtml
@@ -1,3 +1,4 @@
+#from urllib.parse import quote
#import koji
#from kojiweb import util
@@ -37,7 +38,7 @@ $value
#if $task.method == 'buildSRPMFromSCM'
SCM URL: $params[0]
#if $len($params) > 1
-Build Tag: $buildTag
+Build Tag: $buildTag
#end if
#if $len($params) > 2
$printOpts($params[2])
@@ -46,7 +47,7 @@ $printOpts($params[2])
CVS URL: $params[0]
#elif $task.method == 'buildArch'
SRPM: $params[0]
-Build Tag: $buildTag
+Build Tag: $buildTag
Arch: $params[2]
Keep SRPM? #if $params[3] then 'yes' else 'no'#
#if $len($params) > 4
@@ -65,7 +66,7 @@ $printOpts($params[4])
#else
Build Target: (no build target)
#end if
-Web URL: $params[3]
+Web URL: $params[3]
#elif $task.method == 'tagNotification'
Recipients: $printValue('', $params[0])
Successful?: #if $params[1] then 'yes' else 'no'#
@@ -83,11 +84,11 @@ $printOpts($params[4])
#end if
#elif $task.method == 'build'
Source: $params[0]
-Build Target: $params[1]
+Build Target: $params[1]
$printOpts($params[2])
#elif $task.method == 'maven'
SCM URL: $params[0]
-Build Target: $params[1]
+Build Target: $params[1]
$printOpts($params[2])
#elif $task.method == 'buildMaven'
SCM URL: $params[0]
@@ -99,7 +100,7 @@ $printOpts($params[2])
Spec File URL: $params[0]
#if 'locked' in $buildTarget
#set $buildTag = $buildTarget.name
-Build Tag: $buildTag
+Build Tag: $buildTag
#else
Build Target: $buildTarget.name
#end if
@@ -119,7 +120,7 @@ $printOpts($params[4])