Skip to content
Snippets Groups Projects
Commit d665d394 authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Fix unneeded closing div

parent 0adade02
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ if ($info['error']) { ...@@ -35,7 +35,7 @@ if ($info['error']) {
<?php } <?php }
} }
?> ?>
</table></div> </table>
<div class="clear"></div> <div class="clear"></div>
<hr> <hr>
<div class="faded">Last updated <b><?php echo Format::db_datetime($user->getUpdateDate()); ?> </b></div> <div class="faded">Last updated <b><?php echo Format::db_datetime($user->getUpdateDate()); ?> </b></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment