Browse Source

Added the missing >

master
Ryan Hammett 8 years ago
parent
commit
b6680abc26
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      slack-pixiv/commands/pixiv.rb

+ 1
- 1
slack-pixiv/commands/pixiv.rb View File

@ -29,7 +29,7 @@ module SlackMathbot
attachments: [
{
fallback: title + " - " + pixiv_url,
text: "<" + ios_url + "|iOSTest",
text: "<" + ios_url + "|iOSTest>",
title: title,
title_link: pixiv_url,
image_url: image_url,

Loading…
Cancel
Save