From 6c7093607828ff67c5c99ecd5293b829c718d4f8 Mon Sep 17 00:00:00 2001 From: Marco Dickert Date: Tue, 21 Feb 2017 17:46:12 +0100 Subject: [PATCH] fixed broken download button --- ifm.php | 2 +- src/ifm.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ifm.php b/ifm.php index a94c08b..590d76c 100644 --- a/ifm.php +++ b/ifm.php @@ -511,7 +511,7 @@ function IFM() { newRow += ''; newRow += ''; newRow += ''; - newRow += ''; + newRow += ''; } else { newRow += ''; } diff --git a/src/ifm.js b/src/ifm.js index e0a6868..8f11544 100644 --- a/src/ifm.js +++ b/src/ifm.js @@ -76,7 +76,7 @@ function IFM() { newRow += ''; newRow += ''; newRow += ''; - newRow += ''; + newRow += ''; } else { newRow += ''; }