cryogen-project / cryogen-core

Cryogen's core
Eclipse Public License 1.0
69 stars 62 forks source link

only add enclosure to map if not nil #94

Closed bradlucas closed 7 years ago

bradlucas commented 7 years ago

I started using Cyrogen for my blog and it is working very well for me. I appreciate that you made it.

I noticed an issue recently where the feed xml file can be invalid because of a blank . To see this behavior try the following.

Prior to the change this is the report I was receiving:

This feed does not validate.
line 42, column 0: Missing enclosure attribute: length (14 occurrences) [help]
<enclosure>

https://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Fblog.bradlucas.com%2Fclojure0.xml

Using my post fix version here I get the following:

https://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Fblog.bradlucas.com%2Fclojure.xml

Let me know what you think.

Thanks

lacarmen commented 7 years ago

Looks good to me, thanks for the fix!