From 65499b97b18b71aead6c180b50ada336234fcf36 Mon Sep 17 00:00:00 2001 From: Alda Marteau-Hardi Date: Fri, 12 Jul 2013 13:02:54 +0200 Subject: [PATCH] Allow the use of the character ' in captions. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 23e47a5..7dd9ec0 100644 --- a/index.php +++ b/index.php @@ -236,7 +236,7 @@ if (file_exists($currentdir ."/captions.txt")) "name" => $file, "date" => filemtime($currentdir . "/" . $file), "size" => filesize($currentdir . "/" . $file), - "html" => "
  • $label_loading
  • "); + "html" => "
  • $label_loading
  • "); } // Other filetypes $extension = "";