diff options
author | Thomas Willingham <founder@kakste.com> | 2013-06-02 02:41:43 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-06-02 02:41:43 +0100 |
commit | 330ace2cbe2a1a78777df1b69bd5affb6fe109ee (patch) | |
tree | 27afe964ac2976c40d132c06911e05596f41db18 | |
parent | cbd988004edccb284ccfa9c11068381ad0d45965 (diff) | |
download | volse-hubzilla-330ace2cbe2a1a78777df1b69bd5affb6fe109ee.tar.gz volse-hubzilla-330ace2cbe2a1a78777df1b69bd5affb6fe109ee.tar.bz2 volse-hubzilla-330ace2cbe2a1a78777df1b69bd5affb6fe109ee.zip |
Typo
-rwxr-xr-x | view/tpl/opensearch.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/opensearch.tpl b/view/tpl/opensearch.tpl index f90592061..26fb5a799 100755 --- a/view/tpl/opensearch.tpl +++ b/view/tpl/opensearch.tpl @@ -4,7 +4,7 @@ <Description>Search in The Red Matrix@{{$nodename}}</Description> <Contact>http://github.com/friendica/red/</Contact> <Image height="16" width="16" type="image/png">{{$baseurl}}/images/rhash-16.png</Image> - <Image height="64" width="64" type="image/png">{{$baseurl}}/images/rhash-16.png</Image> + <Image height="64" width="64" type="image/png">{{$baseurl}}/images/rhash-64.png</Image> <Url type="text/html" template="{{$baseurl}}/search?search={searchTerms}"/> <Url type="application/opensearchdescription+xml" |