diff --git a/web/html/css/arch.css b/web/html/css/arch.css
index 9dc630e1..bc629e80 100644
--- a/web/html/css/arch.css
+++ b/web/html/css/arch.css
@@ -2,7 +2,7 @@
* ul { padding: 20px; }
body {
min-width: 600px;
- background: #fbf8f1 url("/images/titlebar.png") repeat-x top left;
+ background: #fbf8f1 url("../images/titlebar.png") repeat-x top left;
padding: 0 30px;
color: #555;
font-family: "DejaVu Sans", "Bitstream Vera Sans", "Lucida Grande", Arial, sans-serif;
@@ -125,7 +125,7 @@ body {
}
#logo h1#archtitle a {
display: block;
- background: transparent url("/images/titlelogo.png") top left no-repeat;
+ background: transparent url("../images/titlelogo.png") top left no-repeat;
width: 350px;
height: 103px;
}
diff --git a/web/lib/acctfuncs.inc b/web/lib/acctfuncs.inc
index 61207778..d7fabcf0 100644
--- a/web/lib/acctfuncs.inc
+++ b/web/lib/acctfuncs.inc
@@ -463,7 +463,7 @@ function search_results_page($UTYPE,$O=0,$SB="",$U="",$T="",
}
print "
";
print "";
- print "".$row["Username"]." | ";
+ print "".$row["Username"]."";
print "";
print "".$row["AccountType"];
print " | ";
@@ -593,7 +593,7 @@ function display_account_info($U="",$T="",
print "
\n";
print " \n";
- print " ".__("View this user's packages")." | \n";
+ print " ".__("View this user's packages")." | \n";
print "
\n";
print "\n";
diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc
index f99810a7..ca054dbc 100644
--- a/web/lib/pkgfuncs.inc
+++ b/web/lib/pkgfuncs.inc
@@ -306,7 +306,7 @@ function package_details($id=0, $SID="") {
uid_from_sid($SID) == $row["MaintainerUID"] or
(account_from_sid($SID) == "Developer" or
account_from_sid($SID) == "Trusted User"))) {
- $edit_cat = "".$row["Category"]."";
$edit_cat .= " (";
$edit_cat .= __("change category").")";
@@ -318,7 +318,7 @@ function package_details($id=0, $SID="") {
if ($row["MaintainerUID"]) {
$maintainer = username_from_id($row["MaintainerUID"]);
if ($SID) {
- echo "";
echo $maintainer . "";
} else {
@@ -473,7 +473,7 @@ function package_details($id=0, $SID="") {
echo "\n";
echo "
".__("Actions")."
\n";
echo "