markdown injects block elements so break out the version

This commit is contained in:
Johannes Zellner
2019-05-11 13:48:22 +02:00
parent ea1e556197
commit 53a00a8d76
2 changed files with 13 additions and 2 deletions

View File

@@ -175,8 +175,8 @@
<div ng-view id="ng-view" class="layout-content"></div>
<footer class="text-center ng-cloak">
<span class="text-muted" ng-bind-html="config.uiSpec.footer.body | markdown2html"></span>
<span class="text-muted pull-right"> v{{config.version}}</span>
<span class="text-muted" ng-bind-html="config.uiSpec.footer.body | markdown2html"></span>
<span class="version">v{{config.version}}</span>
</footer>
</div>