Ticket #514 (closed Patch: fixed)

Opened 9 months ago

Last modified 9 months ago

html::meta function returns the wrong string

Reported by: schnoodles Owned by: Shadowhand
Priority: major Milestone: 2.1.2
Component: Helpers Version: SVN HEAD
Keywords: meta Cc:

Description

Just a bug where the return value should be

return '<meta '.$attr.'="'.$tag.'" content="'.$value.'" />';

But instead it was

return '<meta '.$attr.'="'.$value.'" />';

Causing the meta tags to have no content and an invalid name.

Attachments

MY_html.php (1.0 kB) - added by schnoodles 9 months ago.
Update for the meta command

Change History

Changed 9 months ago by schnoodles

Update for the meta command

Changed 9 months ago by Shadowhand

  • keywords meta added
  • status changed from new to assigned

Fixed in r2328. Thanks schnoodles.

Changed 9 months ago by Shadowhand

  • status changed from assigned to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.