summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/template.php b/inc/template.php
index 7392b5413..b4d55bd91 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -213,7 +213,7 @@ function tpl_metaheaders($alt=true){
// keywords (explicit or implicit)
if($INFO['meta']['subject']){
- ptln('<meta name="keywords" content="'.hsc(join(',',$INFO['meta']['subject'])).' />',$it);
+ ptln('<meta name="keywords" content="'.hsc(join(',',$INFO['meta']['subject'])).'" />',$it);
}else{
ptln('<meta name="keywords" content="'.str_replace(':',',',$ID).'" />',$it);
}