← Back to team overview

phpdevshell team mailing list archive

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

 

Public bug reported:

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>

** Affects: phpdevshell
     Importance: Medium
         Status: New


** Tags: span theme

-- 
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.:
  New

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


Follow ups

References