From: pcanterino <>
Date: Sun, 18 Jul 2004 11:41:31 +0000 (+0000)
Subject: Replaced "&" by "&" in query strings
X-Git-Tag: version_2_0~13
X-Git-Url: https://git.p6c8.net/devedit.git/commitdiff_plain/a07b98187cfa4eba82ab509350c1d317e802c1a6?ds=inline;hp=acd502d5800e0e430c30bc97091c1fdfefa266e1
Replaced "&" by "&" in query strings
---
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}