Welcome Guest, Not a member yet? Register   Sign In
Slight bug in Real simple Syndication
#4

(This post was last modified: 12-25-2022, 10:34 AM by luckmoshy.)

(12-25-2022, 12:40 AM)kenjis Wrote:
(12-24-2022, 10:10 PM)luckmoshy Wrote: mean it can't generate (type="application/rss+xml") in a link

Thank you.

I send a PR to fix it.
https://github.com/codeigniter4/CodeIgniter4/pull/7022

Thak you@kenji

(12-25-2022, 12:34 AM)datamweb Wrote: Hi,

PHP Code:
        
helper
('html');

        $link = [
            'href'  => 'any',
            'rel'  => 'any',
            'type'  => 'application/rss+xml',
            'media' => 'any',
        ];

        ddlink_tag($link)); 

For more info see https://codeigniter4.github.io/CodeIgnit...g#link_tag

Thank you @datamweb it works by this way but i wanted to be fixed any way
Codeigniter First, Codeigniter Then You!!
yekrinaDigitals

Reply


Messages In This Thread
RE: Slight bug in Real simple Syndication - by luckmoshy - 12-25-2022, 10:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB