publiclab / community-toolbox

Tools to understand and welcome people into a contributor community
https://code.publiclab.org
MIT License
142 stars 197 forks source link

Fix charset character encoding value in embed and index file. #548

Closed on2onyekachi closed 2 years ago

on2onyekachi commented 2 years ago

Please describe the problem (or idea)

What happened just before the problem occurred? Or what problem could this idea solve?

value for the charset attribute is charset ='UTF8' in the meta tags

What did you expect to see that you didn't?

I expected to see a value of charset='UTF-8'

Please show us where to look

Index.html and embed.html

This can help us diagnose the issue:

- <meta http-equiv="content-type" content="text/html; charset=UTF8">
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8">
$DIFF

Thank you!

Your help makes Public Lab better! We deeply appreciate your helping refine and improve this site.

To learn how to write really great issues, which increases the chances they'll be resolved, see:

https://publiclab.org/wiki/developers#Contributing+for+non-coders

welcome[bot] commented 2 years ago

Thanks for opening your first issue here! Please follow the issue template to help us help you 👍🎉😄 If you have screenshots to share demonstrating the issue, that's really helpful! 📸 You can make a gif too!

TildaDares commented 2 years ago

Thank you @on2onyekachi!!

TildaDares commented 2 years ago

Reserved for @archijaiswal for 24 hours!

TildaDares commented 2 years ago

I’m sorry I forgot to even ask if you wanted to work on this. If you’d like to work on this @on2onyekachi I’ll look for another issue for @archijaiswal

on2onyekachi commented 2 years ago

Okay @TildaDares .

@archijaiswal can work on this.

archijaiswal commented 2 years ago

Thank you so much! I'm on it.