From d56a88897bcaa9d552d1d2b90c33b7c6e29e330a Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 21 Sep 2012 10:42:17 +0200 Subject: Avoid use of ""/"" * Use "" for form labels. * Use ""/"" for important text. * Use "

"/"

" for headings. * Drop ""/"" everywhere else. Signed-off-by: Lukas Fleischer --- web/html/addvote.php | 12 ++++++------ web/html/home.php | 5 ++--- web/html/pkgsubmit.php | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) (limited to 'web/html') diff --git a/web/html/addvote.php b/web/html/addvote.php index 5575031..43973f3 100644 --- a/web/html/addvote.php +++ b/web/html/addvote.php @@ -70,18 +70,18 @@ if ($atype == "Trusted User" || $atype == "Developer") {

- - + +

- - + +

-
-
+
+
" /> diff --git a/web/html/home.php b/web/html/home.php index 3050bd1..f5a9afe 100644 --- a/web/html/home.php +++ b/web/html/home.php @@ -33,7 +33,7 @@ $dbh = db_connect(); ', '', + '', '', '', '' ); @@ -67,9 +67,8 @@ $dbh = db_connect(); ?>

+

- : -
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index ffbc1c9..930add0 100644 --- a/web/html/pkgsubmit.php +++ b/web/html/pkgsubmit.php @@ -324,7 +324,7 @@ if ($uid): $error = __( "Could not create directory %s.", $incoming_pkgdir); } } else { - $error = __( "You are not allowed to overwrite the %s%s%s package.", "", $pkg_name, ""); + $error = __( "You are not allowed to overwrite the %s%s%s package.", "", $pkg_name, ""); } if (!$error) { -- cgit v1.2.3-70-g09d2