diff --git a/src/root/build.tt b/src/root/build.tt
index 4e69cee8..f9ab4ab7 100644
--- a/src/root/build.tt
+++ b/src/root/build.tt
@@ -130,9 +130,9 @@
Logfile: |
- Available
- (raw,
- tail)
+ Available
+ raw
+ tail
|
[% END %]
@@ -180,12 +180,12 @@
Last successful build [% INCLUDE renderDateTime timestamp = prevSuccessfulBuild.timestamp %] |
[% IF prevSuccessfulBuild && firstBrokenBuild && firstBrokenBuild.id != build.id %]
- First broken build [% INCLUDE renderDateTime timestamp = firstBrokenBuild.timestamp %]
- [ log diff ]
+ | First broken build [% INCLUDE renderDateTime timestamp = firstBrokenBuild.timestamp %]
+ log diff
|
[% END %]
- This build [% INCLUDE renderDateTime timestamp = build.timestamp %]
- [ log diff ]
+ | This build [% INCLUDE renderDateTime timestamp = build.timestamp %]
+ log diff
|
diff --git a/src/root/layout.tt b/src/root/layout.tt
index c592fd64..52912b84 100644
--- a/src/root/layout.tt
+++ b/src/root/layout.tt
@@ -11,6 +11,7 @@
Hydra - [% title %]
+