Page 1 of 1

Opencart meta tag problem

Posted: Thu Dec 03, 2015 9:00 pm
by shadowcurtains
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