aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--day.php4
-rw-r--r--languages/czech.inc.php12
-rw-r--r--rss/rss.php2
3 files changed, 9 insertions, 9 deletions
diff --git a/day.php b/day.php
index 068269e..7df5d05 100644
--- a/day.php
+++ b/day.php
@@ -48,8 +48,8 @@ $page->replace_files(array(
'header' => BASE.'templates/'.$template.'/header.tpl',
'event_js' => BASE.'functions/event.js',
'footer' => BASE.'templates/'.$template.'/footer.tpl',
- 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl',
- 'search_box' => BASE.'templates/'.$template.'/search_box.tpl'
+ 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl',
+ 'search_box' => BASE.'templates/'.$template.'/search_box.tpl'
));
$page->replace_tags(array(
diff --git a/languages/czech.inc.php b/languages/czech.inc.php
index ff3c9e1..ea7f0ab 100644
--- a/languages/czech.inc.php
+++ b/languages/czech.inc.php
@@ -103,12 +103,12 @@ $lang['l_delete_cal'] = 'Delete a Calendar';
$lang['l_logout'] = 'Logout';
$lang['l_cal_file'] = 'Calendar File';
$lang['l_php_error'] = 'PHP Error';
-$upload_error_gen_lang = 'There was a problem with your upload.';
-$upload_error_lang[0] = 'There was a problem with your upload.';
-$upload_error_lang[1] = 'The file you are trying to upload is too big.';
-$upload_error_lang[2] = 'The file you are trying to upload is too big.';
-$upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.';
-$upload_error_lang[4] = 'You must select a file for upload.';
+$upload_error_gen_lang = 'There was a problem with your upload.';
+$upload_error_lang[0] = 'There was a problem with your upload.';
+$upload_error_lang[1] = 'The file you are trying to upload is too big.';
+$upload_error_lang[2] = 'The file you are trying to upload is too big.';
+$upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.';
+$upload_error_lang[4] = 'You must select a file for upload.';
$lang['l_upload_error_type'] = 'Only .ics files may be uploaded.';
$lang['l_copy_error'] = 'Failed to copy file';
$lang['l_delete_error'] = 'Failed to delete file';
diff --git a/rss/rss.php b/rss/rss.php
index 66db472..f6fdcea 100644
--- a/rss/rss.php
+++ b/rss/rss.php
@@ -218,7 +218,7 @@ $uid_arr = array();
if (isset($val['location']) && $val['location'] !=''){
$location = str_replace('&','&',$val['location']);
$location = str_replace('&','&',$location);
- $rss .= '<location>'.$location."/location>\n";
+ $rss .= '<location>'.$location."</location>\n";
}
$rss .= '</item>'."\n";
$events_count++;

© 2014-2024 Faster IT GmbH | imprint | privacy policy