Use hostpath consistently.

This commit is contained in:
Florian Heinrich
2021-06-01 10:55:41 +02:00
committed by arnaudroques
parent 755b62c885
commit 6cb587e156
2 changed files with 16 additions and 11 deletions

View File

@@ -25,11 +25,11 @@
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache, must-revalidate" />
<link rel="icon" href="${contextroot}/favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="${contextroot}/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="${contextroot}/plantuml.css" />
<link rel="stylesheet" href="${contextroot}/webjars/codemirror/3.21/lib/codemirror.css" />
<script src="${contextroot}/webjars/codemirror/3.21/lib/codemirror.js"></script>
<link rel="icon" href="${hostpath}/favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="${hostpath}/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="${hostpath}/plantuml.css" />
<link rel="stylesheet" href="${hostpath}/webjars/codemirror/3.21/lib/codemirror.css" />
<script src="${hostpath}/webjars/codemirror/3.21/lib/codemirror.js"></script>
<!-- <script src="mode/plantuml.js"></script> -->
<script>
window.onload = function() {