From 22ed3c4847450390e6f7667db653f2c52e36b1f4 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 14 Feb 2013 18:03:12 +0100 Subject: [PATCH] Fix some XML well-formedness problems --- src/root/build.tt | 2 +- src/root/common.tt | 10 +++++----- src/root/jobset-eval.tt | 3 +-- src/root/project.tt | 4 ++-- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/src/root/build.tt b/src/root/build.tt index 86ae4b2d..18d9aca7 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -326,7 +326,7 @@ [% type = input.type; inputTypes.$type %] [% IF input.type == "build" || input.type == "sysbuild" %] - [% INCLUDE renderFullBuildLink build=input.dependency %] + [% INCLUDE renderFullBuildLink build=input.dependency %] [% ELSIF input.type == "string" || input.type == "boolean" %] "[% input.value %]" [% ELSE %] diff --git a/src/root/common.tt b/src/root/common.tt index 98a37758..19816e4c 100644 --- a/src/root/common.tt +++ b/src/root/common.tt @@ -336,7 +336,7 @@ BLOCK renderDiffUri; url = res.0; branch = res.1; IF bi1.type == "hg" || bi1.type == "git" %] - [% contents %] + [% contents %] [% ELSE; contents; END; @@ -450,12 +450,12 @@ BLOCK renderEvals %] - [% FOREACH e IN evals + [% FOREACH e IN evals; eval = e.eval; link = c.uri_for(c.controller('JobsetEval').action_for('view'), [eval.id]) %] - [% eval.id %]  - [% INCLUDE renderDateTime timestamp = eval.timestamp %]  + [% eval.id %] + [% INCLUDE renderDateTime timestamp = eval.timestamp %] [% IF e.changedInputs.size > 0; sep=''; @@ -484,7 +484,7 @@ BLOCK renderEvals %] [% END; IF linkToAll %] - More... + More... [% END %] diff --git a/src/root/jobset-eval.tt b/src/root/jobset-eval.tt index 0a80ca32..35a6c18d 100644 --- a/src/root/jobset-eval.tt +++ b/src/root/jobset-eval.tt @@ -5,8 +5,7 @@ [% IF otherEval %]

Comparisons are relative to [% INCLUDE renderFullJobsetName -project=otherEval.jobset.project.name jobset=otherEval.jobset.name %] -evaluation [% otherEval.id %].

[% END %] diff --git a/src/root/project.tt b/src/root/project.tt index fe9ec409..f67b3fed 100644 --- a/src/root/project.tt +++ b/src/root/project.tt @@ -158,10 +158,10 @@ [% END %]

- [% END %] - + [% END %] + [% IF !edit %]