taskinfo.chtml: missing line break
This commit is contained in:
parent
1ce5413904
commit
ac09ab2b49
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ $value
|
|||
#def printMap($vals, $prefix='')
|
||||
#for $key, $value in $vals.items()
|
||||
#if $key == 'properties'
|
||||
${prefix}properties = $printProperties($value)
|
||||
${prefix}properties = $printProperties($value)<br/>
|
||||
#elif $key != '__starstar'
|
||||
$prefix$key = $printValue($key, $value)<br/>
|
||||
#end if
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue