<span> end tag missing in themes

Bug #929395 reported by Don Schoeman
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
PHPDevShell
Fix Released
Medium
TitanKing

Bug Description

In version 3.1.3 and earlier version 3.1.1 there is a <span> end tag missing in the section that prints the current date and time. The line looks like this:

theme.php: <span class="ui-state-disabled"><?php $template->outputTime() ?>

It should be:

<span class="ui-state-disabled"><?php $template->outputTime() ?></span>

Tags: span theme
Changed in phpdevshell:
milestone: none → 3.1.4-stable
assignee: nobody → TitanKing (titan-phpdevshell)
status: New → Fix Committed
Changed in phpdevshell:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.