From a07b98187cfa4eba82ab509350c1d317e802c1a6 Mon Sep 17 00:00:00 2001
From: pcanterino <>
Date: Sun, 18 Jul 2004 11:41:31 +0000
Subject: [PATCH 1/1] Replaced "&" by "&" in query strings
---
templates/confirm_unlock.htm | 2 +-
templates/copyfile.htm | 2 +-
templates/dirlist.htm | 2 +-
templates/dirlist_dir.htm | 4 ++--
templates/dirlist_file.htm | 2 +-
templates/dirlist_up.htm | 2 +-
templates/error.htm | 2 +-
templates/mkdir.htm | 2 +-
templates/mkfile.htm | 2 +-
templates/renamefile.htm | 2 +-
templates/upload.htm | 2 +-
templates/viewfile.htm | 2 +-
12 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/templates/confirm_unlock.htm b/templates/confirm_unlock.htm
index 882fde1..e620f17 100644
--- a/templates/confirm_unlock.htm
+++ b/templates/confirm_unlock.htm
@@ -12,7 +12,7 @@
(equals {URL})
-Back to {DIR}
+Back to {DIR}
Someone else is currently editing this file. At least, the file is marked so. Maybe, someone who was editing the file has forgotten to unlock it. In this case (and only in this case) you can unlock the file using this button:
diff --git a/templates/copyfile.htm b/templates/copyfile.htm
index fa7ce7c..1a81a6e 100644
--- a/templates/copyfile.htm
+++ b/templates/copyfile.htm
@@ -12,7 +12,7 @@
(equals {URL})
-Back to {DIR}
+Back to {DIR}
diff --git a/templates/dirlist.htm b/templates/dirlist.htm
index 59abf66..4ce6c19 100644
--- a/templates/dirlist.htm
+++ b/templates/dirlist.htm
@@ -39,7 +39,7 @@
-Upload a file |
+Upload a file |
diff --git a/templates/dirlist_dir.htm b/templates/dirlist_dir.htm
index f8cc412..04a2daa 100644
--- a/templates/dirlist_dir.htm
+++ b/templates/dirlist_dir.htm
@@ -1,6 +1,6 @@
[SUBDIR] |
{DATE} |
-{DIR_NAME}/ |
-(Rename | Delete | View in Browser) |
+{DIR_NAME}/ |
+(Rename | Delete | View in Browser) |
diff --git a/templates/dirlist_file.htm b/templates/dirlist_file.htm
index 4e29e50..92d61cc 100644
--- a/templates/dirlist_file.htm
+++ b/templates/dirlist_file.htm
@@ -2,5 +2,5 @@
{SIZE} |
{DATE} |
{FILE_NAME} |
-({IF viewable}View{ELSE}View{ENDIF} | {IF editable}Edit{ELSE}Edit{ENDIF} | Copy{IF unused} | Rename | Delete{ENDIF}{IF in_use} | Unlock{ENDIF} | View in Browser) |
+({IF viewable}View{ELSE}View{ENDIF} | {IF editable}Edit{ELSE}Edit{ENDIF} | Copy{IF unused} | Rename | Delete{ENDIF}{IF in_use} | Unlock{ENDIF} | View in Browser) |
diff --git a/templates/dirlist_up.htm b/templates/dirlist_up.htm
index 0892e3d..734be5c 100644
--- a/templates/dirlist_up.htm
+++ b/templates/dirlist_up.htm
@@ -1,5 +1,5 @@
[SUBDIR] |
{DATE} |
-../ |
+../ |
diff --git a/templates/error.htm b/templates/error.htm
index 4cbd60a..5698904 100644
--- a/templates/error.htm
+++ b/templates/error.htm
@@ -12,6 +12,6 @@
{ERROR}
{IF dir}
-Back to {DIR}
{ENDIF}
+Back to {DIR}
{ENDIF}