diff --git a/src/root/common.tt b/src/root/common.tt
index 75a66b63..44902431 100644
--- a/src/root/common.tt
+++ b/src/root/common.tt
@@ -271,7 +271,13 @@ BLOCK renderDiffUri;
url = res.0;
branch = res.1;
IF bi1.type == "hg" || bi1.type == "git" %]
- [% contents %]
+ [% contents %]
[% ELSE;
contents;
END;