diff --git a/public/javascripts/article.js b/public/javascripts/article.js index f016a3e..653f152 100644 --- a/public/javascripts/article.js +++ b/public/javascripts/article.js @@ -110,7 +110,7 @@ jQuery(function($) { var text = $text_element.val(); var $item = $wrapper.children().first(); if ($item.attr('src')) { - $text_element.val(text + '!' + $item.attr('src') + '!'); + $text_element.val(text + '!' + $item.attr('src') + "!\n"); } if ($item.attr('href')) { $text_element.val(text + $item.attr('href')); -- libgit2 0.21.2