turnermm / news

Dokuwiki plugin for creating external newsfeeds for feed readers
http://www.dokuwiki.org/plugin:news
0 stars 6 forks source link

wiki media url regex fix #19

Closed wildtruc closed 5 years ago

wildtruc commented 5 years ago

Feed in client wont return correct URL for links and media. I found the issue in feedData.php in regex preg_replace.

Maybe is it a good idea to keep in mind, that fixed regex could not include all url form in dokuwiki, can't tell. For now, It just work fine with the fix.

(thks for the pull request help, it's my first of the kind)