diff --git a/application/default/views/scripts/archives/archive.phtml b/application/default/views/scripts/archives/archive.phtml index 152b7708..b5e7148d 100644 --- a/application/default/views/scripts/archives/archive.phtml +++ b/application/default/views/scripts/archives/archive.phtml @@ -10,13 +10,13 @@ $this->breadcrumb($this->infos['title']); $this->breadcrumb()->setSeparator(' > '); if(!empty($this->infos['keyword'])) $keyword = $this->infos['keyword']; else $keyword = $this->infos['title']; $this->headMeta()->appendName('keywords', $keyword); -$this->headMeta()->appendName('description', mb_substr($this->infos['description'],0,180,'utf-8')); +$this->headMeta()->appendName('description', mb_substr($this->infos['description'],0,180,'utf-8')); $this->headLink()->appendStylesheet('/css/mdreview.css'); ?>