5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-05 18:36:56 +00:00

eliminar retornos de carro

This commit is contained in:
f 2019-08-20 18:58:28 -03:00
parent af3c5b40c6
commit d9dcbbadd3
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -11,7 +11,7 @@ class MetadataContent < MetadataTemplate
def value
sanitize(self[:value] || document.content || default_value,
sanitize_options)
sanitize_options).tr("\r", '')
end
def front_matter?