Skip to content

Commit

Permalink
Fixed Treeview page (#2484)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Jul 24, 2020
1 parent 78161d6 commit a0efa40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/treeview/index.html
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="icon" href="favicon.png" />
<link rel="icon" href="assets/favicon.png" />
<title>Treeview ▲ Prism plugins</title>
<base href="../.." />
<link rel="stylesheet" href="assets/style.css" />
Expand Down Expand Up @@ -71,7 +71,7 @@ <h1>How to use</h1>

</section>

<footer data-src="templates/footer.html" data-type="text/html"></footer>
<footer data-src="assets/templates/footer.html" data-type="text/html"></footer>

<script src="prism.js"></script>
<script src="plugins/treeview/prism-treeview.js"></script>
Expand Down

0 comments on commit a0efa40

Please sign in to comment.