[Yesod][Sitemap][bug] wrong translation from yesod 0.6.7 to 0.7.*
hi, just now, i found a bug in yesod-sitemap-0.0.0(and HEAD), when i try translate my application to 0.7.1. -------------------------- diff --git a/Yesod/Helpers/Sitemap.hs b/Yesod/Helpers/Sitemap.hs index 05debf5..60562bc 100644 --- a/Yesod/Helpers/Sitemap.hs +++ b/Yesod/Helpers/Sitemap.hs @@ -61,7 +61,6 @@ template urls = #else [$xhamlet| #endif -<div id="endif"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> $forall url <- urls <url> ----------------------------- regards.
On 20 February 2011 16:45, Katsutoshi Itoh <cutsea110@gmail.com> wrote:
just now, i found a bug in yesod-sitemap-0.0.0(and HEAD), when i try translate my application to 0.7.1.
I'm new to this list, but I think the bug tracker is a better place to report this: https://github.com/snoyberg/yesod/issues. Thanks, \malthe
Thanks to Katustoshi for the bug report. Issue resolved and new version released. Michael On Sun, Feb 20, 2011 at 5:50 PM, Malthe Borch <mborch@gmail.com> wrote:
On 20 February 2011 16:45, Katsutoshi Itoh <cutsea110@gmail.com> wrote:
just now, i found a bug in yesod-sitemap-0.0.0(and HEAD), when i try translate my application to 0.7.1.
I'm new to this list, but I think the bug tracker is a better place to report this:
https://github.com/snoyberg/yesod/issues.
Thanks,
\malthe
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel
participants (3)
-
Katsutoshi Itoh -
Malthe Borch -
Michael Snoyman