From c05bfe50f3abac6cb943e975d30f95ac5176e859 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 19 Nov 2007 18:56:29 +0000 Subject: [PATCH] HTML fixes --- lam/templates/profedit/profilepage.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lam/templates/profedit/profilepage.php b/lam/templates/profedit/profilepage.php index 4ca1a5d9..bc625ec2 100644 --- a/lam/templates/profedit/profilepage.php +++ b/lam/templates/profedit/profilepage.php @@ -65,8 +65,8 @@ if (isset($_POST['abort'])) { // print header echo $_SESSION['header']; -echo "\n\n"; -echo "\n\n"; +echo "Profile editor\n\n"; +echo "\n\n"; echo "
\n"; // save button was presed @@ -234,7 +234,7 @@ for ($m = 0; $m < sizeof($modules); $m++) { $module = new $modules[$m]($type); $iconImage = $module->getIcon(); if ($iconImage != null) { - $icon = ' '; + $icon = '' . $iconImage . ' '; } echo "$icon" . getModuleAlias($modules[$m], $type) . "\n"; $profileTypes = parseHtml($modules[$m], $options[$modules[$m]], $old_options, true, $tabindex, $tabindexLink, $type);