diff --git a/src/root/common.tt b/src/root/common.tt
index 8a90c912..d956882c 100644
--- a/src/root/common.tt
+++ b/src/root/common.tt
@@ -315,7 +315,7 @@ BLOCK renderInputs; %]
[% FOREACH input IN inputs %]
[% input.name %] |
- [% type = input.type; inputTypes.$type %] |
+ [% type = input.type; inputTypes.$type %] |
[% IF input.type == "build" || input.type == "sysbuild" %]
[% INCLUDE renderFullBuildLink build=input.dependency %]
|