From 07ca592caba56631490ca617a21033d574bf5604 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 4 Jan 2016 00:14:32 -0400 Subject: [PATCH] Do not append a backslash after drive letter in Windows After checking Windows file manager and some other programs that display drive letters, we can see that a backslash at the end is not mandatory. --- lib/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/index.html b/lib/index.html index be342ec7..7e0391cc 100644 --- a/lib/index.html +++ b/lib/index.html @@ -58,7 +58,7 @@ + ng-bind="'Drive ' + drive.mountpoint + ' - ' + drive.size"> @@ -74,7 +74,7 @@
- +