taskinfo.chtml: missing line break

This commit is contained in:
Mike Bonnet 2015-02-20 13:56:13 -05:00
parent 1ce5413904
commit ac09ab2b49

View file

@ -22,7 +22,7 @@ $value
#def printMap($vals, $prefix='')
#for $key, $value in $vals.items()
#if $key == 'properties'
${prefix}properties = $printProperties($value)
${prefix}properties&nbsp;=&nbsp;$printProperties($value)<br/>
#elif $key != '__starstar'
$prefix$key&nbsp;=&nbsp;$printValue($key, $value)<br/>
#end if