Don't do <tt> on input type
This commit is contained in:
parent
71eaa115f8
commit
3058ce2ca3
|
@ -315,7 +315,7 @@ BLOCK renderInputs; %]
|
|||
[% FOREACH input IN inputs %]
|
||||
<tr>
|
||||
<td><tt>[% input.name %]</tt></td>
|
||||
<td><tt>[% type = input.type; inputTypes.$type %]</tt></td>
|
||||
<td>[% type = input.type; inputTypes.$type %]</td>
|
||||
<td>
|
||||
[% IF input.type == "build" || input.type == "sysbuild" %]
|
||||
[% INCLUDE renderFullBuildLink build=input.dependency %]
|
||||
|
|
Loading…
Reference in a new issue