← Back to team overview

phpdevshell team mailing list archive

[Bug 929395] Re: <span> end tag missing in themes

 

** Changed in: phpdevshell
    Milestone: None => 3.1.4-stable

** Changed in: phpdevshell
     Assignee: (unassigned) => TitanKing (titan-phpdevshell)

** Changed in: phpdevshell
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/929395

Title:
  <span> end tag missing in themes

Status in Open Source PHP RAD Framework with UI.:
  Fix Committed

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>

To manage notifications about this bug go to:
https://bugs.launchpad.net/phpdevshell/+bug/929395/+subscriptions


References