joomla-extensions / weblinks

This repo is meant to hold the decoupled com_weblinks component and related code.
GNU General Public License v2.0
45 stars 88 forks source link

Minor error in mod_weblinks #551

Closed Pinkeltje closed 1 month ago

Pinkeltje commented 1 month ago

Steps to reproduce the issue

Create module mod_weblinks with multiple categories

Expected result

Category title only

Actual result

Category title with ; at the eind

System information (as much as possible)

Joomla 5.1

Additional comments

Error in tmpl/default.php on line 55 endif; ?>; Should be endif; ?>

joomdonation commented 1 month ago

Thanks for reporting the issue @Pinkeltje . It should be fixed with this commit https://github.com/joomla-extensions/weblinks/commit/e2a753828bdb2e19ceb1f474ed7486bcadd2d5ab , so I'm closing this issue.