2be70655af1e33e0aa9ff1541a9b368e12d56bb5

Author: Mark Story

Date: 2008-12-29 09:14:55 -0500

Fixing HTML validation problems.

diff --git a/views/elements/request_panel.ctp b/views/elements/request_panel.ctp index 8da4289..a2ff53b 100644 --- a/views/elements/request_panel.ctp +++ b/views/elements/request_panel.ctp @@ -38,7 +38,7 @@ <?php if (isset($content['cookie'])): ?> <?php echo $toolbar->makeNeatArray($content['cookie']); ?> <?php else: ?> - <p class="warning">To view Cookies, add CookieComponent to Controller + <p class="warning">To view Cookies, add CookieComponent to Controller</p> <?php endif; ?> <h4><?php __('Current Route') ?></h4> diff --git a/views/elements/sql_log_panel.ctp b/views/elements/sql_log_panel.ctp index cda2d5a..56c20fa 100644 --- a/views/elements/sql_log_panel.ctp +++ b/views/elements/sql_log_panel.ctp @@ -36,5 +36,5 @@ </div> <?php endforeach; ?> <?php else: ?> - <p class="warning"><?php __('No active database connections'); ?> + <p class="warning"><?php __('No active database connections'); ?></p> <?php endif; ?> \ No newline at end of file diff --git a/views/elements/timer_panel.ctp b/views/elements/timer_panel.ctp index 1ec74d6..aad1f4e 100644 --- a/views/elements/timer_panel.ctp +++ b/views/elements/timer_panel.ctp @@ -29,10 +29,10 @@ $timers = DebugKitDebugger::getTimers(); ?> <h2><?php __('Timers'); ?></h2> -<p class="request-time"> +<div class="request-time"> <?php $totalTime = sprintf(__('%s (seconds)', true), $number->precision(DebugKitDebugger::requestTime(), 6)); ?> <?php echo $toolbar->message(__('Total Request Time:', true), $totalTime)?> -</p> +</div> <?php foreach ($timers as $timerName => $timeInfo): $rows[] = array(