From f66749a7bd01773eaad9674a444b66dbd311fe40 Mon Sep 17 00:00:00 2001 From: jim Date: Sat, 14 Oct 2006 00:39:01 +0000 Subject: [PATCH] fixed bug in Simple template which didn't link to files/folders with spaces correctly. git-svn-id: file:///Users/jimeh/Desktop/dlist/trunk@32 a5845835-ea0f-0410-a762-dd0bfe9bfde8 --- templates/simple/_details.phtml | 2 +- templates/simple/_icons.phtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/simple/_details.phtml b/templates/simple/_details.phtml index 300266d..7249496 100644 --- a/templates/simple/_details.phtml +++ b/templates/simple/_details.phtml @@ -15,7 +15,7 @@ list as $key => $item): ?> - icon + icon $value): if ($key == 'name'):?> diff --git a/templates/simple/_icons.phtml b/templates/simple/_icons.phtml index 7f449b1..689ec32 100644 --- a/templates/simple/_icons.phtml +++ b/templates/simple/_icons.phtml @@ -10,7 +10,7 @@
  • ..

    parent_dir?>

  • list as $key => $item): $info = ($item['type'] == 'file') ? $item['size'] : $item['mtime'] ;?> -
  • tpl_file_maxlength, $config->tpl_wordbreak)?>

  • +
  • tpl_file_maxlength, $config->tpl_wordbreak)?>

  • \ No newline at end of file