From e333c4ee350e84f817f855bee973d8b6c11bb03c Mon Sep 17 00:00:00 2001 From: Jonathan Ernst Date: Sat, 15 Jan 2005 06:03:18 +0000 Subject: [PATCH] - set width and height parameters for every image of the layout - use double quotes to be standard compliant --- include/html.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/include/html.php b/include/html.php index 89cc8e9..191a180 100644 --- a/include/html.php +++ b/include/html.php @@ -169,8 +169,8 @@ function html_p() function html_line($thickness = 1, $colspan = 1, $color = "#000000") { return do_indent(" ". - " "); + " "); } @@ -186,7 +186,7 @@ function html_imagebutton($text, $url, $extra = "") $java = "onMouseDown = 'document.img$i.src = \"$img2\"; return true;' "; $java .= "onMouseUp = 'document.img$i.src = \"$img1\"; return true;' "; - return "\n\n $text \n"; + return "\n\n \"$text\" \n"; } @@ -204,19 +204,19 @@ $str .= ' - - + + - - + + - - + +
'.$title.'
@@ -226,7 +226,7 @@ $str .= ' $str .= ' -- +
@@ -242,7 +242,7 @@ $str = '
-- +