Skip to content

Commit d0d6d90

Browse files
authored
Merge pull request #703 from hasanfardous/patch-1
Showing content with a proper HTML markup
2 parents a9c73fa + 08bac49 commit d0d6d90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
},
181181
{
182182
"definition": "এলিমেন্টের মার্কআপ সহ কন্টেন্ট সেট করতে",
183-
"code": "$(selector).html('hello world');"
183+
"code": "$(selector).html('<h3>hello world</h3>');"
184184
},
185185
{
186186
"definition": "ফর্ম এলিমেন্টের ভ্যালু সেট করতে",

0 commit comments

Comments
 (0)