diff --git a/checkin_notes b/checkin_notes
index c7e9dd91e0..04b478da37 100644
--- a/checkin_notes
+++ b/checkin_notes
@@ -6699,3 +6699,19 @@ David 18 Sept 2010
db/
boinc_db.cpp
+
+David 20 Sept 2010
+ - web: appearance tweaks from Simek; fixes #1012
+
+ html/
+ inc/
+ util.inc
+ user/
+ sample_index.php
+ main.css
+ edit_email_form.php
+ white.css
+ login_form.php
+ notices.phhp
+ edit_user_info_form.php
+ edit_forum_preferences_form.php
diff --git a/client/cpu_sched.cpp b/client/cpu_sched.cpp
index ce6df58d24..11c25a8233 100644
--- a/client/cpu_sched.cpp
+++ b/client/cpu_sched.cpp
@@ -1458,7 +1458,8 @@ bool CLIENT_STATE::enforce_schedule() {
if (ncpus_used >= ncpus) {
if (log_flags.cpu_sched_debug) {
msg_printf(rp->project, MSG_INFO,
- "[cpu_sched] all CPUs used, skipping %s",
+ "[cpu_sched] all CPUs used (%.2f > %d), skipping %s",
+ ncpus_used, ncpus,
rp->name
);
}
diff --git a/html/inc/util.inc b/html/inc/util.inc
index ddb2f87196..8139bfd0ad 100644
--- a/html/inc/util.inc
+++ b/html/inc/util.inc
@@ -439,7 +439,7 @@ function friend_links($user) {
}
$title = tra("View the profile of %1", $user->name);
$alt = tra("Profile");
- $x .= '
';
+ $x .= '
';
}
$x .= " id."\">".$user->name."";
if ($user->donated == 1) {
@@ -458,7 +458,7 @@ function user_links($user) {
$x = "";
if ($user->has_profile) {
$img_url = URL_BASE."img/head_20.png";
- $x .= ' ';
+ $x .= ' ';
}
$x .= " id."\">".$user->name."";
if ($user->donated == 1) {
diff --git a/html/user/edit_email_form.php b/html/user/edit_email_form.php
index ab4523445e..5218583a67 100644
--- a/html/user/edit_email_form.php
+++ b/html/user/edit_email_form.php
@@ -34,8 +34,8 @@ echo "