XoopsModules25x / news

With this XOOPS module, you can create an unlimited number of news on your site. You can create all the articles you want and attach them to topics.
4 stars 11 forks source link

tiny repair #15

Closed chaoos2 closed 7 years ago

chaoos2 commented 7 years ago

In the file news/class/class.newsstory.php, in line 848 tiny repair: $ret = '<a titls=' change to $ret = '<a title='

mambax7 commented 7 years ago

Thank you!