![]() |
Sergey Kornilov admin 1/5/2012 |
Quotes seems to be missing. try this: <META name="description" content="{$custom_description}"> |
|
501404 1/5/2012 |
Quotes seems to be missing. try this: <META name="description" content="{$custom_description}">
$custom_description="";
<META name="description" content={$custom_description"}>
|
|
501405 1/6/2012 |
Whoops! I see I left off one of the ". The view page should be <META name="description" content="{$custom_description}">
|