Don't do <tt> on input type

This commit is contained in:
Eelco Dolstra 2013-04-26 13:24:57 +02:00
parent 71eaa115f8
commit 3058ce2ca3

View file

@ -315,7 +315,7 @@ BLOCK renderInputs; %]
[% FOREACH input IN inputs %] [% FOREACH input IN inputs %]
<tr> <tr>
<td><tt>[% input.name %]</tt></td> <td><tt>[% input.name %]</tt></td>
<td><tt>[% type = input.type; inputTypes.$type %]</tt></td> <td>[% type = input.type; inputTypes.$type %]</td>
<td> <td>
[% IF input.type == "build" || input.type == "sysbuild" %] [% IF input.type == "build" || input.type == "sysbuild" %]
[% INCLUDE renderFullBuildLink build=input.dependency %] [% INCLUDE renderFullBuildLink build=input.dependency %]