Skip to content
Snippets Groups Projects
Commit ac27e4fe authored by Jacob Poul Richardt's avatar Jacob Poul Richardt
Browse files

Fixed <hr> added for non-ui elements.

parent f54fa779
No related branches found
No related tags found
No related merge requests found
<div data-bind="foreach: Questions" class="SlideContainer">
<!-- ko if: HasUIElement -->
<div data-bind="component: {name: Type, params: $data}"></div>
<!-- /ko -->
<hr />
<!-- /ko -->
</div>
\ No newline at end of file
......@@ -5,7 +5,7 @@
<meta charset="utf-8" />
<title>Cockpit Experiments</title>
<script type="text/javascript">
var CacheBuster = 15;
var CacheBuster = 16;
</script>
</head>
<body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment