diff --git a/oscar/statistics.cpp b/oscar/statistics.cpp
index 470516a8..4b54df0a 100644
--- a/oscar/statistics.cpp
+++ b/oscar/statistics.cpp
@@ -639,9 +639,11 @@ QString Statistics::htmlHeader(bool showheader)
+resizeHTMLPixmap(logoPixmap,64,64)+"
"
"" + STR_TR_OSCAR + "
"
"" + tr("Usage Statistics") + "
"
- "" + tr("(NOT approved for compliance or medical reporting purposes)")+"
";
-
- if (!userinfo.isEmpty()) html += "
"+userinfo+"
";
+// "" + tr("(NOT approved for compliance or medical reporting purposes)")+"
";
+ if (!userinfo.isEmpty())
+ html += "
"+userinfo;
html += "
";
}
return html;