[open-ils-commits] r9093 -
branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/WWW
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Mar 19 22:15:13 EDT 2008
Author: dbs
Date: 2008-03-19 21:40:49 -0400 (Wed, 19 Mar 2008)
New Revision: 9093
Modified:
branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm
Log:
Typo (atmo->atom)
Modified: branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm
===================================================================
--- branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm 2008-03-20 01:40:07 UTC (rev 9092)
+++ branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm 2008-03-20 01:40:49 UTC (rev 9093)
@@ -699,7 +699,7 @@
$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);
More information about the open-ils-commits
mailing list