atj393/promt-save-reuse-chatgpt-and-gemini
[Bug] Fix Incorrect HTML Formatting in `insertText()` and `appendText()` Functions
Open
#12 opened on Oct 8, 2024
buggood first issuehacktoberfesthelp wanted
Repository metrics
- Stars
- (9 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Description:
The insertText() and appendText() functions in content.js have incorrect formatting in their HTML structure, which could result in broken elements when inserting or appending text. Replace ${text} with the correct template literals and use proper HTML tags.
Files Involved:
content.js
Expected Outcome:
Text should be correctly formatted and inserted/appended as per the defined structure.