diff options
author | redmatrix <git@macgirvin.com> | 2016-04-10 21:56:16 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-10 21:56:16 -0700 |
commit | 0269825bc09c2e41a46992cc0bb6415a1e39e0c7 (patch) | |
tree | 9f0ac927ec232d156b13997fffc5324a7ee5ee9e /view/tpl | |
parent | 5cb3143c0448834f7bd164320bec15ef2a030c52 (diff) | |
download | volse-hubzilla-0269825bc09c2e41a46992cc0bb6415a1e39e0c7.tar.gz volse-hubzilla-0269825bc09c2e41a46992cc0bb6415a1e39e0c7.tar.bz2 volse-hubzilla-0269825bc09c2e41a46992cc0bb6415a1e39e0c7.zip |
localise the opensearch link
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/head.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl index ba883c1f0..ab229eaf7 100755 --- a/view/tpl/head.tpl +++ b/view/tpl/head.tpl @@ -16,7 +16,7 @@ <link rel="search" href="{{$baseurl}}/opensearch" type="application/opensearchdescription+xml" - title="Search in the Hubzilla" /> + title="{{$osearch}}" /> <script> |