Skip to content
Snippets Groups Projects
Commit c373b3d2 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

fixed the broken splash page in IE problem by properly closing an open image tag in the wire posts

parent 4520300c
No related branches found
No related tags found
No related merge requests found
......@@ -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;">';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment