Ticket #874 (closed defect: fixed)
Closing HTML tags in footer
| Reported by: | DarTar | Owned by: | DarTar |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | core | Version: | 1.1.6.6 |
| Severity: | normal | Keywords: | trunk-unported |
| Cc: |
Description
As of 1.1.6.6, the HTML page is opened in templates/header.php but closed in the Run() method.
We should move the closing tags to templates/footer.php for consistency.
This implies refactoring the microtime difference calculation. I created a new microTimeDiff() method called in the footer right before closing the HTML tags. I also moved the page generation time to a comment in the page source (there is no reason why this should be in the rendered output).
Change History
Note: See
TracTickets for help on using
tickets.