From 146f41085f77951a3d933c3b11ae185376e14e33 Mon Sep 17 00:00:00 2001 From: Gina Haeussge Date: Sun, 8 Mar 2009 16:02:30 +0100 Subject: [PATCH] Removed some trailing whitespace and added newlines to end of files --- conf/default.php | 4 ++-- conf/metadata.php | 4 ++-- lang/en/lang.php | 4 ++-- lang/en/settings.php | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/conf/default.php b/conf/default.php index a2ecc29..66039c3 100644 --- a/conf/default.php +++ b/conf/default.php @@ -2,7 +2,7 @@ /** * Options for the filelist plugin */ - + $conf['allow_in_comments'] = 0; $conf['allowed_absolute_paths'] = DOKU_INC; -$conf['web_paths'] = DOKU_URL; \ No newline at end of file +$conf['web_paths'] = DOKU_URL; diff --git a/conf/metadata.php b/conf/metadata.php index 8c6bdf7..40a415a 100644 --- a/conf/metadata.php +++ b/conf/metadata.php @@ -3,9 +3,9 @@ * Metadata for configuration manager plugin * Additions for the filelist plugin * - * @author Gina Haeussge + * @author Gina Haeussge */ $meta['allow_in_comments'] = array('onoff'); $meta['allowed_absolute_paths'] = array(''); -$meta['web_paths'] = array(''); \ No newline at end of file +$meta['web_paths'] = array(''); diff --git a/lang/en/lang.php b/lang/en/lang.php index e9d7e93..982fd2a 100644 --- a/lang/en/lang.php +++ b/lang/en/lang.php @@ -6,9 +6,9 @@ * * @author Gina Haeussge */ - + $lang['filename'] = 'Filename'; $lang['filesize'] = 'Filesize'; $lang['lastmodified'] = 'Last modified'; $lang['error_nomatch'] = 'No match'; -$lang['error_outsidejail'] = 'Access denied'; \ No newline at end of file +$lang['error_outsidejail'] = 'Access denied'; diff --git a/lang/en/settings.php b/lang/en/settings.php index 6be6bbe..76a5f45 100644 --- a/lang/en/settings.php +++ b/lang/en/settings.php @@ -2,4 +2,4 @@ $lang['allow_in_comments'] = 'Whether to allow the filelist syntax to be used in comments.'; $lang['allowed_absolute_paths'] = 'Comma-separated list of absolute paths allowed for globbing.'; -$land['web_paths'] = 'Comma-separated list of urls by which to reach the corresponding absolute path from the previous list. MUST have the exact same number of entries as allowed_absolute_paths.'; \ No newline at end of file +$land['web_paths'] = 'Comma-separated list of urls by which to reach the corresponding absolute path from the previous list. MUST have the exact same number of entries as allowed_absolute_paths.';