diff options
author | Brenda Wallace <shiny@cpan.org> | 2009-10-30 10:35:27 +1300 |
---|---|---|
committer | Brenda Wallace <shiny@cpan.org> | 2009-10-30 10:35:27 +1300 |
commit | de7c12baef33d29c92f28168d0446e7c920df017 (patch) | |
tree | b9013f9aa199a7dddc74e23854a0165f658163df /actions/public.php | |
parent | f1daca16e2f34cce7d25cb1dbe144fc027fcc1fd (diff) | |
parent | c49564647a081ff5a82defa197b796306a7a064e (diff) |
Merge commit 'mainline/0.9.x' into 0.9.x
Diffstat (limited to 'actions/public.php')
-rw-r--r-- | actions/public.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/actions/public.php b/actions/public.php index 73fad182a..4b71e5853 100644 --- a/actions/public.php +++ b/actions/public.php @@ -131,6 +131,13 @@ class PublicAction extends Action return _('Public timeline'); } } + + function extraHead() + { + parent::extraHead(); + $this->element('meta', array('http-equiv' => 'X-XRDS-Location', + 'content' => common_local_url('publicxrds'))); + } /** * Output <head> elements for RSS and Atom feeds |