diff --git a/gui/default/syncthing/core/syncthingController.js b/gui/default/syncthing/core/syncthingController.js index 43dd76c3c..f8b388065 100644 --- a/gui/default/syncthing/core/syncthingController.js +++ b/gui/default/syncthing/core/syncthingController.js @@ -2997,6 +2997,9 @@ angular.module('syncthing.core') $scope.restoreVersions.tree = $("#restoreTree").fancytree({ extensions: ["table", "filter", "glyph"], quicksearch: true, + // Node titles are remote-controlled file/path + // components; render them as text, not HTML. + escapeTitles: true, filter: { hideExpanders: true, mode: "hide"