From f7a182ec2ff03b86ca2d373790bfd71c34b88506 Mon Sep 17 00:00:00 2001 From: Mohammad Younes Date: Tue, 7 Jan 2014 14:07:08 +0200 Subject: [PATCH] Added missing opening HTML tag --- server/layouts/default.html.eco | 1 + 1 file changed, 1 insertion(+) diff --git a/server/layouts/default.html.eco b/server/layouts/default.html.eco index 1314bd751..201d35221 100755 --- a/server/layouts/default.html.eco +++ b/server/layouts/default.html.eco @@ -1,4 +1,5 @@ + <% uiIntroduction = @getCollection("documents").findAll({type: $in: ['UI Introduction']},[{title: 1}]).toJSON() %> <% uiProject = @getCollection("documents").findAll({type: $in: ['Semantic Project']},[{title: 1}]).toJSON() %>