diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php index 4823c3d99883956fb6e997d1f9e61193ecaf3162..a21ed5a385a6b279a2968ef8a9e370f28fd865b4 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;">';