Skip to content

Commit

Permalink
Fix error with bootstrap.less not found when displaying error page. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwallen authored and josegar74 committed May 27, 2020
1 parent 84a9e4b commit a717891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/main/webapp/xslt/ui/error-page.xsl
Expand Up @@ -29,7 +29,7 @@
<xsl:template match="/">
<html>
<head>
<link href="../../catalog/lib/style/bootstrap-3.0.1/bootstrap.less" rel="stylesheet/less"
<link href="../../catalog/lib/style/bootstrap/less/bootstrap.less" rel="stylesheet/less"
type="text/css"/>
<script src="../../catalog/lib/less-1.4.1.min.js"></script>
</head>
Expand Down

0 comments on commit a717891

Please sign in to comment.