OSDN Git Service

BugTrack/2484 AutoTicketLink for JIRA (PHP4.x)
authorumorigu <umorigu@gmail.com>
Wed, 23 Jan 2019 15:10:37 +0000 (00:10 +0900)
committerumorigu <umorigu@gmail.com>
Wed, 23 Jan 2019 15:10:37 +0000 (00:10 +0900)
lib/make_link.php

index 4566ded..e76625b 100644 (file)
@@ -972,21 +972,21 @@ function init_autoticketlink_def_page()
        if (is_page($autoticketlink_def_page)) {
                return;
        }
-       $body = <<<'EOS'
+       $body = <<<EOS
 #freeze
 * AutoTicketLink definition [#def]
 
 Reference: https://pukiwiki.osdn.jp/?AutoTicketLink
 
  - jira https://site1.example.com/jira/browse/
- -- AAA Project title $1
- -- BBB Project title $1
+ -- AAA Project title \$1
+ -- BBB Project title \$1
  - jira https://site2.example.com/jira/browse/
- -- PROJECTA Site2 $1
+ -- PROJECTA Site2 \$1
 
  (Default definition) pukiwiki.ini.php
  $ticket_jira_default_site = array(
-   'title' => 'My JIRA - $1',
+   'title' => 'My JIRA - \$1',
    'base_url' => 'https://issues.example.com/jira/browse/',
  );
 EOS;