diff options
Diffstat (limited to 'library/WT/Controller/GedcomRecord.php')
| -rw-r--r-- | library/WT/Controller/GedcomRecord.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/WT/Controller/GedcomRecord.php b/library/WT/Controller/GedcomRecord.php index 372a624c67..8a8b3c9e22 100644 --- a/library/WT/Controller/GedcomRecord.php +++ b/library/WT/Controller/GedcomRecord.php @@ -44,10 +44,10 @@ class WT_Controller_GedcomRecord extends WT_Controller_Page { } parent::__construct(); - + // We want robots to index this page $this->setMetaRobots('index,follow'); - + // Set a page title if ($this->record) { $this->setCanonicalUrl($this->record->getHtmlUrl()); |
