mirror of
https://github.com/moebooru/moebooru
synced 2025-09-02 06:55:11 +00:00
Fix incorrect quoting
This commit is contained in:
@@ -38,7 +38,7 @@ export default class UploadSimilarSearch
|
|||||||
(post) => "/post/show/#{post.id}"
|
(post) => "/post/show/#{post.id}"
|
||||||
posts = json.posts.slice(0, shownPosts).map (post) =>
|
posts = json.posts.slice(0, shownPosts).map (post) =>
|
||||||
"<a href='#{makeUrl(post)}'>post ##{post.id}</a>"
|
"<a href='#{makeUrl(post)}'>post ##{post.id}</a>"
|
||||||
seeAll = "<a href='/post/similar?search_id='#{json.search_id}'>(see all)</a>"
|
seeAll = "<a href='/post/similar?search_id=#{json.search_id}'>(see all)</a>"
|
||||||
html = "Similar posts #{seeAll}: #{posts.join(', ')}"
|
html = "Similar posts #{seeAll}: #{posts.join(', ')}"
|
||||||
|
|
||||||
if json.posts.length > shownPosts
|
if json.posts.length > shownPosts
|
||||||
|
Reference in New Issue
Block a user