Fix some XML well-formedness problems

This commit is contained in:
Eelco Dolstra
2013-02-14 18:03:12 +01:00
parent 5620e3c386
commit 22ed3c4847
4 changed files with 9 additions and 10 deletions

View File

@ -326,7 +326,7 @@
<td><tt>[% type = input.type; inputTypes.$type %]</tt></td>
<td>
[% IF input.type == "build" || input.type == "sysbuild" %]
[% INCLUDE renderFullBuildLink build=input.dependency %]</a>
[% INCLUDE renderFullBuildLink build=input.dependency %]
[% ELSIF input.type == "string" || input.type == "boolean" %]
<tt>"[% input.value %]"</tt>
[% ELSE %]