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

Division Not Closed in a /mod_weblinks/tmpl/ #534

Closed alikon closed 11 months ago

alikon commented 11 months ago

Pull Request for Issue #533

Summary of Changes

add missing </div>

Testing Instructions

Create a module using this extension in a Joomla 4.3.3 website. Include at least one weblink. Test the web page in an HTML validator. Verify that no Unclosed element div errors are reported.

Expected result

no validator error

Actual result

Unclosed element div errors are reported.

all credit goes to @cmbr