--- a/cms/app-client/app/index.html Sun Apr 24 22:38:10 2016 +0200
+++ b/cms/app-client/app/index.html Mon Apr 25 12:53:47 2016 +0200
@@ -7,14 +7,14 @@
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
- {{content-for 'head'}}
+ {{content-for "head"}}
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="assets/vendor.css">
<link rel="stylesheet" href="assets/app-client.css">
- {{content-for 'head-footer'}}
+ {{content-for "head-footer"}}
</head>
<body>
<div class="header">
@@ -29,8 +29,8 @@
</ul>
</div>
</div>
+ {{content-for "body"}}
- {{content-for 'body'}}
<div id="corpus-app" class="corpus-app"></div>
<!--script type="text/javascript" src="https://www.google.com/jsapi?autoload={'modules':[{'name':'visualization','version':'1.1','packages':['treemap']}]}"></script-->
@@ -44,6 +44,6 @@
})
</script>
- {{content-for 'body-footer'}}
+ {{content-for "body-footer"}}
</body>
</html>