Skip to content
Snippets Groups Projects
Commit 0c309a89 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

Merge pull request #818 from jurrehart/issue#740

Issue #740 quick simple fix
parents 8e75064c 1fcaffa7
No related branches found
No related tags found
No related merge requests found
......@@ -381,13 +381,6 @@ function tpl_metaheaders($alt = true) {
// set metadata
if($ACT == 'show' || $ACT == 'export_xhtml') {
// date of modification
if($REV) {
$head['meta'][] = array('name'=> 'date', 'content'=> date('Y-m-d\TH:i:sO', $REV));
} else {
$head['meta'][] = array('name'=> 'date', 'content'=> date('Y-m-d\TH:i:sO', $INFO['lastmod']));
}
// keywords (explicit or implicit)
if(!empty($INFO['meta']['subject'])) {
$head['meta'][] = array('name'=> 'keywords', 'content'=> join(',', $INFO['meta']['subject']));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment