From 252eadb0f3451ca17f8de806312c9f21f06d3625 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sat, 31 Dec 2011 02:44:09 +0530 Subject: [PATCH] dont match titles --- pandora/app/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/app/views.py b/pandora/app/views.py index f871ad96b..6ce584596 100644 --- a/pandora/app/views.py +++ b/pandora/app/views.py @@ -54,7 +54,7 @@ def opensearch_xml(request): e = ET.SubElement(osd, 'Url') e.attrib['type'] = 'text/html' e.attrib['method'] = 'GET' - e.attrib['template'] = "%s{searchTerms}" % request.build_absolute_uri('/') + e.attrib['template'] = "%s={searchTerms}" % request.build_absolute_uri('/') ''' e = ET.SubElement(osd, 'Url') e.attrib['type'] = 'application/x-suggestions+json'