From c373b3d233b97d927969245aee14c45262f1c99f Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <erasmussen2@unl.edu>
Date: Thu, 20 Aug 2009 17:04:54 +0000
Subject: [PATCH] fixed the broken splash page in IE problem by properly
 closing an open image tag in the wire posts

---
 customindex/views/default/customindex/content.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php
index 4823c3d9..a21ed5a3 100644
--- a/customindex/views/default/customindex/content.php
+++ b/customindex/views/default/customindex/content.php
@@ -335,7 +335,7 @@
 					$result3 = mysql_query($query3);
 					$row3 = mysql_fetch_array( $result3 );
 					
-					echo '<img style="clear:left;float:left" src="mod/profile/icondirect.php?username=' . $row3["username"] . '&size=small"';
+					echo '<img style="clear:left;float:left" src="mod/profile/icondirect.php?username=' . $row3["username"] . '&size=small" />';
 					echo '<div class="index_item" style="overflow:hidden;float:left;max-width:';
 						if (isloggedin()) {echo('400px;');}else{echo('162px;');}
 					echo 'border:1px solid #dbdbdb; margin-left:14px; min-height:45px; -moz-border-radius:3px;">';
-- 
GitLab