What could be the issue with my edited header code?

What could be the issue with my edited header code?

NashMashPets
Excursionist
22 0 4

I edited a code on line 20 of header and dont remember what was deleted and now my entire site is wacked please help? Here is the code

 

<head><?php wp_head();.</script><meta charset="<?php bloginfo( 'charset' ); ?>">

NashMashPets.com
Replies 2 (2)

deepaksharma
Shopify Partner
449 63 99

Hello there, 

Try replacing the code with this and let me know if it fix or not.

<head>
    <?php wp_head(); ?>
    <meta charset="<?php bloginfo( 'charset' ); ?>">

 

Deepak Sharma || Shopify Developer || Helping eCommerce Stores
- Was my reply helpful? Accept it as solution
- Was your question answered? Mark it as an Accepted Solution.
-CHAT ON WHATSAPP | BUY ME A COFFEE | MAIL ME: [email protected]
NashMashPets
Excursionist
22 0 4

Amazing! It worked , Thank you so much Deepaksharma!

NashMashPets.com