From 859f98610b4d8e867136c785fc2978777afcfdea Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 17 Oct 2013 08:50:55 +0000 Subject: [PATCH] fix(html) rm "\n" --- html/file.html | 2 +- html/path.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/file.html b/html/file.html index 65ac7926..00e2c31d 100644 --- a/html/file.html +++ b/html/file.html @@ -5,4 +5,4 @@ {{ size }}{{ owner }} {{ mode }} - + \ No newline at end of file diff --git a/html/path.html b/html/path.html index bc22a2c2..08ac9edf 100644 --- a/html/path.html +++ b/html/path.html @@ -1 +1 @@ -
  • {{ path }}
  • +
  • {{ path }}
  • \ No newline at end of file