RSS module slightly more flexible

release
Daniel Ehrenberg 2007-12-07 20:06:07 -05:00
parent c2e2fb2304
commit 6b2ed35115
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ C: <entry> entry
dup entry-title "title" simple-tag,
"link" over entry-link "href" associate contained*,
dup entry-pub-date "published" simple-tag,
entry-description "content" simple-tag,
entry-description [ "content" simple-tag, ] when*
] tag, ;
: feed>xml ( feed -- xml )