diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php index b237a821f5c9922a76a23f574c4bbf2bff118144..18001bdc86dab373cfb512335e6eeec98e605e0d 100644 --- a/customindex/views/default/customindex/content.php +++ b/customindex/views/default/customindex/content.php @@ -165,7 +165,7 @@ echo "'',"; echo "'" . $user->name . "',"; if($user->profile_attended) - echo "'Attended UNL: " . $user->profile_attended . "',"; + echo "'Attended UNL: " . $user->profile_attended . "'"; else echo "''"; echo ");return false;\" src=\"mod/profile/icon.php?username=" . $user->username . "&size=tiny\" /></div>"; @@ -346,7 +346,7 @@ echo '<p style="margin:0;"><a href="pg/profile/' . $row3['username'] . '">' . $row3['name'] . '</a>: ' . $row2['description'] . '</p>'; echo '<p style="margin:2px 0 3px 0; font-size:10px; clear:both;float:right"><em>' . friendly_time($row['time_updated']) . '</em></p>'; echo ' </div>'; - echo '</div>'; + echo '</div><div class="clear"></div>'; } ?>