From 324cac9ae960aedfdeeb8524eb8e26af484d2efb Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Mon, 8 Feb 2010 14:05:30 +0000 Subject: [PATCH] * hydra: remove excess layout --- src/root/build.tt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/root/build.tt b/src/root/build.tt index 2ac1bc16..bc574339 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -185,17 +185,13 @@

Nix error output

-
-				[% HTML.escape(build.resultInfo.errormsg) -%]
-				
+
[% HTML.escape(build.resultInfo.errormsg) -%]
[% END %] [% END %] [% IF logtext %]

Log

-
-			[% HTML.escape(logtext) -%]
-			
+
[% HTML.escape(logtext) -%]
[% END %]