From 3747cbf44c6e3f1c218216bfbf30b87b3044183f Mon Sep 17 00:00:00 2001 From: miker Date: Thu, 9 Mar 2006 22:31:11 +0000 Subject: [PATCH] osd fixed git-svn-id: svn://svn.open-ils.org/ILS/trunk@3309 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm index 2318bf494c..8151d93275 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm @@ -355,7 +355,7 @@ Content-type: application/opensearchdescription+xml; charset=utf-8 - $base/1.0/$lib/$class/-/{searchTerms}?startPage={startPage}&startIndex={startIndex}&count={count} + $base/1.0/$lib/-/$class/{searchTerms}?startPage={startPage}&startIndex={startIndex}&count={count} http://a9.com/-/spec/opensearchrss/1.0/ $class Search by $class @@ -379,7 +379,7 @@ Content-type: application/opensearchdescription+xml; charset=utf-8 $lib book library + template="$base/1.1/$lib/atom/$class/{searchTerms}"> @@ -387,7 +387,7 @@ Content-type: application/opensearchdescription+xml; charset=utf-8 + template="$base/1.1/$lib/rss2/$class/{searchTerms}"> @@ -395,7 +395,7 @@ Content-type: application/opensearchdescription+xml; charset=utf-8 + template="$base/1.1/$lib/mods/$class/{searchTerms}"> @@ -403,7 +403,7 @@ Content-type: application/opensearchdescription+xml; charset=utf-8 + template="$base/1.1/$lib/marcxml/$class/{searchTerms}"> -- 2.43.2