Ticket #514 (closed Patch: fixed)
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
Change History
Note: See
TracTickets for help on using
tickets.
