From 787e92af6d8af34b9f7b73b80b81346a8ed43888 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Mon, 11 Oct 2010 20:52:09 -0700 Subject: [PATCH] BUGFIX: fixed some html validation errors --- include/functions.php | 8 ++++---- include/output.php | 4 ++-- include/welcome.php | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/include/functions.php b/include/functions.php index 98feae4..af2b3e5 100644 --- a/include/functions.php +++ b/include/functions.php @@ -938,7 +938,7 @@ function display_table () $lastlogin = strtotime($r[6]); date_default_timezone_set($timezone); $timenow = strtotime(date("Y-m-d H:i:s")); - $gravatar = "$name
"; + $gravatar = "$name
\"$name's"; echo "
\n"; @@ -971,12 +971,12 @@ function display_table () $cards = DB_get_all_hand($userhash); $trumpNR = count_trump($cards,'all'); if($trumpNR) - echo " \"poverty"; + echo " \"poverty"; else - echo " \"poverty"; + echo " \"poverty"; } else - echo " \"poverty\" title=\"poverty partner\" />"; + echo " \"poverty"; if($GT=="dpoverty") if($party=="re") diff --git a/include/output.php b/include/output.php index f4d3fdf..af9592c 100644 --- a/include/output.php +++ b/include/output.php @@ -440,8 +440,8 @@ function output_footer() echo "

See the latest changes \n". " via git
or download the source via
\n'git clone http://nubati.net/git/e-DoKo.git'
\n". " \n". - " \"Green\n". + " \"Green\n". "

\n"; echo "\n"; echo "
\n"; diff --git a/include/welcome.php b/include/welcome.php index cb601e3..d5c3738 100644 --- a/include/welcome.php +++ b/include/welcome.php @@ -99,7 +99,7 @@ if($done==0) -
+

Have an OpenID account? Sign in below

-- 2.17.1