diff --git a/plugins/msonedrive/js/msonedrive.js b/plugins/msonedrive/js/msonedrive.js index 929a63468..de9288ae2 100644 --- a/plugins/msonedrive/js/msonedrive.js +++ b/plugins/msonedrive/js/msonedrive.js @@ -209,7 +209,7 @@ function odList(path){ } pathname += '/' + tmp[i]; pathname = pathname.replace('//','/'); - pathLi += '
  • '+dirname+'
  • '; + pathLi += '
  • '+dirname+'
  • '; } var um = 1; if(tmp[tmp.length-1] == '') um = 2;