Skip to content

Commit

Permalink
Close seven332#627, add quotation marks to titles for similar galleries
Browse files Browse the repository at this point in the history
  • Loading branch information
seven332 committed Jun 20, 2019
1 parent c058bb0 commit 9834d45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ private void showSimilarGalleryList() {
if (null != keyword) {
ListUrlBuilder lub = new ListUrlBuilder();
lub.setMode(ListUrlBuilder.MODE_NORMAL);
lub.setKeyword(keyword);
lub.setKeyword("\"" + keyword + "\"");
GalleryListScene.startScene(this, lub);
return;
}
Expand Down

0 comments on commit 9834d45

Please sign in to comment.