From 1a1a3d20c3de782c8208f7c205ac2dfb23f4f8a7 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 17 Oct 2008 16:40:15 +0000 Subject: [PATCH] - web: fix typo svn path=/trunk/boinc/; revision=16227 --- checkin_notes | 6 ++++++ doc/download.php | 3 +-- doc/help.php | 2 +- doc/poll.php | 2 +- doc/poll_action.php | 2 +- doc/poll_my_result.php | 2 +- doc/poll_results.php | 2 +- doc/white.css | 7 +++++++ html/user/edit_user_info_action.php | 2 +- 9 files changed, 20 insertions(+), 8 deletions(-) diff --git a/checkin_notes b/checkin_notes index 051b2e3529..9c85056131 100644 --- a/checkin_notes +++ b/checkin_notes @@ -8442,3 +8442,9 @@ Charlie 16 Oct 2008 clientgui/ ViewProjects.cpp,.h + +David 17 Oct 2008 + - web: fix typo + + html/user/ + edit_user_info_action.php diff --git a/doc/download.php b/doc/download.php index 7e961fc1e7..57d9f3dfe6 100644 --- a/doc/download.php +++ b/doc/download.php @@ -33,7 +33,7 @@ function download_link($pname) { $s = number_format(filesize($path)/1000000, 2); echo " -
+
".tra("Download BOINC")."
". sprintf(tra("%s for %s (%s MB)"), $num, $long_name, $s )." @@ -129,7 +129,6 @@ function show_download($pname) { } echo " | Version history - | FAQ

"; diff --git a/doc/help.php b/doc/help.php index 26836cb0e1..32b0e6d4c4 100644 --- a/doc/help.php +++ b/doc/help.php @@ -2,7 +2,7 @@ require_once("docutil.php"); require_once("spoken_languages.php"); require_once("help_db.php"); -require_once("../html/inc/translation.inc"); +require_once("translation.inc"); page_head("Live help via Internet phone or email"); diff --git a/doc/poll.php b/doc/poll.php index a2bbfa7f51..6589ad7806 100644 --- a/doc/poll.php +++ b/doc/poll.php @@ -2,7 +2,7 @@ require_once("docutil.php"); require_once("countries.inc"); -require_once("../html/inc/translation.inc"); +require_once("translation.inc"); require_once("poll.inc"); require_once("poll_data.inc"); diff --git a/doc/poll_action.php b/doc/poll_action.php index ab02c97eaa..1985d6040d 100644 --- a/doc/poll_action.php +++ b/doc/poll_action.php @@ -1,7 +1,7 @@ authentictor); +check_tokens($user->authenticator); $name = boinc_htmlentities(post_str("user_name")); if ($name != strip_tags($name)) {