Skip to content

Commit

Permalink
Removed imposter ellipsis
Browse files Browse the repository at this point in the history
  • Loading branch information
PeeHaa committed Apr 27, 2016
1 parent 55af681 commit 0fe2c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chat/Plugin/Google.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ private function getPostMessage(array $searchResults, Message $message): \Genera

foreach ($searchResults as $index => $result) {
$newMessage = sprintf(
" **[%s](%s)** %s... |",
" **[%s](%s)** %s |",
$result["title"],
$urls[$index],
$result["description"]
Expand Down

0 comments on commit 0fe2c3c

Please sign in to comment.