From 0310cab3ae0c7ad7dd4b4cc45d21046ef58cff7e Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 2 Sep 2023 21:06:30 +0800 Subject: [PATCH] Update msonedrive.js --- plugins/msonedrive/js/msonedrive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;