Skip to content

Commit

Permalink
Fixed bug in rss-inc
Browse files Browse the repository at this point in the history
  • Loading branch information
zitterbewegung committed Nov 8, 2008
1 parent 5de698f commit 45d5301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rss.ss
Expand Up @@ -9,8 +9,8 @@

;;Rss autodiscovery feed include.
(define (rss-inc feed-url)
`(link (href ,feed-url) (rel "alternate") (type "application/rss+xml")
(title "Sitewide RSS Feed")))
`(link ((href ,feed-url) (rel "alternate") (type "application/rss+xml")
(title "Sitewide RSS Feed"))))

;;Main wrapper function for rss 1.0
(define (rss-wrapper about
Expand Down

0 comments on commit 45d5301

Please sign in to comment.