eliminar retornos de carro
This commit is contained in:
parent
af3c5b40c6
commit
d9dcbbadd3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class MetadataContent < MetadataTemplate
|
||||||
|
|
||||||
def value
|
def value
|
||||||
sanitize(self[:value] || document.content || default_value,
|
sanitize(self[:value] || document.content || default_value,
|
||||||
sanitize_options)
|
sanitize_options).tr("\r", '')
|
||||||
end
|
end
|
||||||
|
|
||||||
def front_matter?
|
def front_matter?
|
||||||
|
|
Loading…
Reference in a new issue