From 3058ce2ca3331e0f30d1858d828fc63fe193c6ee Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 26 Apr 2013 13:24:57 +0200 Subject: [PATCH] Don't do on input type --- src/root/common.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %]