From 99fa99851a08e0eb9709b4ca149a58f67855bd6c Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 20 Mar 2008 01:40:49 +0000 Subject: [PATCH] Typo (atmo->atom) git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@9093 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm index 6d4b8633c4..add880995f 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm @@ -699,7 +699,7 @@ sub bookbag_feed { $feed->update_ts(gmtime_ISO8601()); $feed->link(alternate => $base . "/rss2-full/$id" => 'application/rss+xml'); - $feed->link(atom => $base . "/atmo-full/$id" => 'application/atom+xml'); + $feed->link(atom => $base . "/atom-full/$id" => 'application/atom+xml'); $feed->link(html => $base . "/html-full/$id" => 'text/html'); $feed->link(unapi => $unapi); -- 2.11.0