zalsaeed / cgav

Certificate Generation and Verification
GNU General Public License v3.0
3 stars 1 forks source link

Translated Links Lose Functionality for CSV Files Download #58

Closed wesamhamad closed 1 month ago

wesamhamad commented 1 month ago

Issue Description:

When translating the HTML content using JavaScript, links lose their functionality and become plain text.

Expected Behavior:

Translated links should retain their functionality and still be clickable.

Actual Behavior:

Translated links lose their functionality and appear as plain text.

Additional Information:

This issue seems to occur specifically when translating HTML content using JavaScript. It might be related to how the translation process handles HTML elements with links.