Page MenuHomeDevCentral

erudit.php
No OneTemporary

erudit.php

<?php
//Page analysis for www.erudit.org
class EruditPage extends Page {
function analyse () {
parent::analyse();
//Fixing citation_doi metatag bug
//<meta name="citation_doi" content="&#10; 10.7202/012719ar" />
$doi = str_replace('&#10;', '', $this->meta_tags['citation_doi']);
$this->meta_tags['citation_doi'] = trim($doi);
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, Jun 8, 09:07 (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3749793
Default Alt Text
erudit.php (395 B)

Event Timeline