mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix typo in dc6b13e4d2.
This commit is contained in:
@@ -79,7 +79,7 @@ class InlineUploads
|
||||
if FileHelper.supported_images.include?(extension)
|
||||
raw_matches << [match[1], match[1], +"", index]
|
||||
else
|
||||
raw_matches << [match[1], match[1], ++"#{Discourse.base_url}#{PATH_PLACEHOLDER}", index]
|
||||
raw_matches << [match[1], match[1], +"#{Discourse.base_url}#{PATH_PLACEHOLDER}", index]
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user