From f8fc9eaaf164e02d92098e073dbda4bdacae730b Mon Sep 17 00:00:00 2001
From: moodler <moodler>
Date: Sun, 27 Mar 2005 17:08:44 +0000
Subject: [PATCH] Fixed homelink

---
 theme/orangewhite/footer.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theme/orangewhite/footer.html b/theme/orangewhite/footer.html
index 8deaad8423a..720bf29b241 100644
--- a/theme/orangewhite/footer.html
+++ b/theme/orangewhite/footer.html
@@ -3,7 +3,7 @@
 <!-- START OF FOOTER -->
 <div id="footer">
 <?php echo $loggedinas ?>
-<p class="homelink"><?php echo $homelink ?></p>
+<?php echo $homelink ?>
 <!-- <p>
 <a href="http://validator.w3.org/check?verbose=1&amp;ss=1&amp;uri=<?php echo urlencode(qualified_me()) ?>"><img src="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/xhtml_1_0.gif" alt="XHTML Validator" /></a> 
 <a href="http://jigsaw.w3.org/css-validator/validator?uri=<?php echo urlencode(qualified_me()) ?>&amp;warning=1&amp;profile=css2&amp;usermedium=all"><img src="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/css.gif" alt="CSS Validator" /></a>