]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/syndication/syndication.factor
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / basis / syndication / syndication.factor
old mode 100644 (file)
new mode 100755 (executable)
index 13312d6..4cd5ef1
@@ -80,7 +80,7 @@ TUPLE: entry title url description date ;
         [ atom-entry-link >>url ]
         [
             { "content" "summary" } any-tag-named
-            dup children>> [ string? not ] contains?
+            dup children>> [ string? not ] any?
             [ children>> xml>string ]
             [ children>string ] if >>description
         ]