From 7c7502eea520bb3dbac0e2e795871db266c6217e Mon Sep 17 00:00:00 2001 From: miker Date: Thu, 9 Mar 2006 22:47:32 +0000 Subject: [PATCH] fixing the name stuff in OSDs git-svn-id: svn://svn.open-ils.org/ILS/trunk@3314 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm index cb28195c9b..4d77445e5b 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm @@ -553,18 +553,18 @@ sub opensearch_feed { 'application/opensearch+xml' ) if ($offset); - $feed->link( - unapi => - $unapi => - 'application/xml' - ); - $feed->link( self => $base . $path => 'application/opensearch+xml' ); + $feed->link( + unapi => + $unapi => + 'application/xml' + ); + $feed->link( alternate => $root . "../$lang/skin/default/xml/rresult.xml?rt=list&" . -- 2.43.2