--- a/server/bo_client/tests/index.html Fri Jan 15 17:16:49 2016 +0100
+++ b/server/bo_client/tests/index.html Sat Jan 16 00:33:26 2016 +0100
@@ -7,27 +7,27 @@
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
- {{content-for 'head'}}
- {{content-for 'test-head'}}
+ {{content-for "head"}}
+ {{content-for "test-head"}}
<link rel="stylesheet" href="assets/vendor.css">
<link rel="stylesheet" href="assets/bo-client.css">
<link rel="stylesheet" href="assets/test-support.css">
- {{content-for 'head-footer'}}
- {{content-for 'test-head-footer'}}
+ {{content-for "head-footer"}}
+ {{content-for "test-head-footer"}}
</head>
<body>
- {{content-for 'body'}}
- {{content-for 'test-body'}}
+ {{content-for "body"}}
+ {{content-for "test-body"}}
<script src="assets/vendor.js"></script>
<script src="assets/test-support.js"></script>
<script src="assets/bo-client.js"></script>
<script src="testem.js"></script>
<script src="assets/test-loader.js"></script>
- {{content-for 'body-footer'}}
- {{content-for 'test-body-footer'}}
+ {{content-for "body-footer"}}
+ {{content-for "test-body-footer"}}
</body>
</html>