Skip to content
Snippets Groups Projects
Commit 13ec5c2f authored by こぴなたみぽ's avatar こぴなたみぽ Committed by GitHub
Browse files

[Client] Fix bug

parent 969cfe8a
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@
document.title = title;
// TODO: escape html characters in file.name
ui.trigger('title', '<mk-file-type-icon class="icon"/>' + file.name);
ui.trigger('title', '<mk-file-type-icon class="icon"></mk-file-type-icon>' + file.name);
riot.mount('mk-file-type-icon', {
type: file.type
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment