#849 closed defect (bug) (no action required)
Extra closing div in bphome/comments.php
Reported by: | agentmaximus | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 1.1 | Priority: | major |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: | nicolagreco |
Description
There is an extra closing div in bphome/comments.php at line 68 of revision 1473.
There does not appear to be an opening div that is depends on the same condition being true.
<?php if ( $user_ID ) : ?>
</div>
<?php endif; ?>
Change History (6)
#2
@
15 years ago
- Owner set to johnjamesjacoby
- Status changed from new to assigned
This goes way back to the comments turned off/not logged in situation from a few months back. I believe this was Nicola's fix that ended up not actually being a fix, but never got re-addressed.
I'll check it today.
Note: See
TracTickets for help on using
tickets.
I believe this is there for a reason, can someone else confirm this?