Closed (fixed)
Project:
Counter
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
16 Feb 2022 at 11:22 UTC
Updated:
3 Mar 2022 at 11:54 UTC
Jump to comment: Most recent
The previous implementation of the counter block used HTML elements directly in the block class. All the HTML tags used in the class file should be removed and moved to a twig template file.
Comments
Comment #2
gaurav.kapoor commentedComment #4
gaurav.kapoor commentedAdded a new template for counter block and modified the logic in which content is displayed. All the HTML code has been removed from PHP files.