Skip to content

Commit a0efa40

Browse files
authoredJul 24, 2020
Fixed Treeview page (#2484)
1 parent 78161d6 commit a0efa40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎plugins/treeview/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44

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

7272
</section>
7373

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

7676
<script src="prism.js"></script>
7777
<script src="plugins/treeview/prism-treeview.js"></script>

0 commit comments

Comments
 (0)
Please sign in to comment.