Opencart meta tag problem
Posted: Thu Dec 03, 2015 9:00 pm
i have realized there is a problem with the meta data tags on each page such as the meta description and key words etc.
the coding is as follows
however i need to change the ending tag on this from " /> to just ">
on opencart i see it as
<head>
<meta name="description" content="type_here_your_description " />
</head>
but it should be
<head>
<meta name="description" content="type_here_your_description">
</head>
how can i achieve this thank you
the coding is as follows
however i need to change the ending tag on this from " /> to just ">
on opencart i see it as
<head>
<meta name="description" content="type_here_your_description " />
</head>
but it should be
<head>
<meta name="description" content="type_here_your_description">
</head>
how can i achieve this thank you