Browse Source

Added missing opening HTML tag

pull/522/head
Mohammad Younes 10 years ago
parent
commit
f7a182ec2f
1 changed files with 1 additions and 0 deletions
  1. 1
      server/layouts/default.html.eco

1
server/layouts/default.html.eco

@ -1,4 +1,5 @@
<!DOCTYPE html>
<html>
<head>
<% uiIntroduction = @getCollection("documents").findAll({type: $in: ['UI Introduction']},[{title: 1}]).toJSON() %>
<% uiProject = @getCollection("documents").findAll({type: $in: ['Semantic Project']},[{title: 1}]).toJSON() %>

Loading…
Cancel
Save