fix syntax error

This commit is contained in:
r888888888
2017-03-22 14:24:06 -07:00
parent bd3dfc73c0
commit 19a82bde30

View File

@@ -88,7 +88,7 @@ class PostPresenter < Presenter
data-file-url="#{post.file_url}"
data-large-file-url="#{post.large_file_url}"
data-preview-file-url="#{post.preview_file_url}"
data-source="#{h(post.source}"
data-source="#{h(post.source)}"
data-normalized-source="#{h(post.normalized_source)}"
}.html_safe
end