From a3f846be42f3de4280040805cd29c8179ccce2d9 Mon Sep 17 00:00:00 2001 From: CaMer0n Date: Wed, 24 Jun 2009 22:19:27 +0000 Subject: [PATCH] Xhtml validation fixes --- e107_plugins/download/handlers/adminDownload_class.php | 6 +++--- .../download/languages/English/admin_download.php | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/e107_plugins/download/handlers/adminDownload_class.php b/e107_plugins/download/handlers/adminDownload_class.php index 8a4ab024c..223ada313 100644 --- a/e107_plugins/download/handlers/adminDownload_class.php +++ b/e107_plugins/download/handlers/adminDownload_class.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/download/handlers/adminDownload_class.php,v $ -| $Revision: 1.2 $ -| $Date: 2009-06-24 22:04:37 $ +| $Revision: 1.3 $ +| $Date: 2009-06-24 22:19:27 $ | $Author: e107coders $ | +----------------------------------------------------------------------------+ @@ -164,7 +164,7 @@ class adminDownload extends download { $checked = (in_array($fcol,$filterColumns)) ? "checked='checked'" : ""; $text .= "
"; - $text .= ""; + $text .= ""; $text .= "
\n"; } diff --git a/e107_plugins/download/languages/English/admin_download.php b/e107_plugins/download/languages/English/admin_download.php index b137e3f8b..e8ccff9f1 100644 --- a/e107_plugins/download/languages/English/admin_download.php +++ b/e107_plugins/download/languages/English/admin_download.php @@ -4,9 +4,9 @@ | e107 website system - Language File. | | $Source: /cvs_backup/e107_0.8/e107_plugins/download/languages/English/admin_download.php,v $ -| $Revision: 1.1 $ -| $Date: 2009-05-04 20:09:45 $ -| $Author: bugrain $ +| $Revision: 1.2 $ +| $Date: 2009-06-24 22:19:27 $ +| $Author: e107coders $ +----------------------------------------------------------------------------+ */ define("DOWLAN_1", "Download added to database."); @@ -176,7 +176,7 @@ define("DOWLAN_183", "Filter options"); define("DOWLAN_184", "Batch options"); define("DOWLAN_HELP_1", "Download Help"); -define("DOWLAN_HELP_2", "

Create/edit a download.

Enter only one of: File, URL or Mirror.

Ensure you select a category, otherwise your download will not be visible on the downloads page.

"); +define("DOWLAN_HELP_2", "

Create/edit a download.

Enter only one of: File, URL or Mirror.

Ensure you select a category, otherwise your download will not be visible on the downloads page.

"); define("DOWLAN_HELP_3", "Help for cat"); define("DOWLAN_HELP_4", "Help for opt"); define("DOWLAN_HELP_5", "Use the maintenance pages to find duplicate downloads, find orphaned files, find missing (broken) entries, manage inactive downloads, refresh file sizes and view the downlaod log.");