Skip to content

Commit

Permalink
Merge pull request #108 from martinh2011/fix-filename-with-non-ascii
Browse files Browse the repository at this point in the history
fix filename with non-ascii chars not displayed correctly
  • Loading branch information
StefanCohen committed Mar 3, 2020
2 parents ec81619 + 7bb1820 commit dfdace2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_dashboard/templates/dashboard_tab.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
<!-- File name -->
<div class="dashboardGridItem" data-bind="visible: printerStateModel.isPrinting()">
<img class="dashboardIcon" src="plugin/dashboard/static/img/file-icon.png">
<span id="fileInfo" data-bind="attr: { title: 'File' }, html: printerStateModel.filename()"></span>
<span id="fileInfo" data-bind="attr: { title: 'File' }, html: printerStateModel.filedisplay()"></span>
</div>

<div class="dasboardGridContainer">
Expand Down

0 comments on commit dfdace2

Please sign in to comment.