diff options
| author | 2017-02-18 17:08:27 +0100 | |
|---|---|---|
| committer | 2017-02-18 17:08:27 +0100 | |
| commit | 280c06c5005ccb0e547954be61616f9175474a6b (patch) | |
| tree | d3b5ac286cefd89e6a108f4e0d9be7b35bbbff20 /data | |
| parent | 201f3027b898cc1465b657d04c5bfa589512ee9f (diff) | |
Changelog 1419-1428
https://github.com/FreshRSS/FreshRSS/pull/1419
https://github.com/FreshRSS/FreshRSS/pull/1420
https://github.com/FreshRSS/FreshRSS/pull/1428
Diffstat (limited to 'data')
| -rw-r--r-- | data/shares.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/shares.php b/data/shares.php index 7ea57651a..16e528d14 100644 --- a/data/shares.php +++ b/data/shares.php @@ -85,10 +85,10 @@ return array( 'form' => 'simple', ), 'jdh' => array( - 'url' => 'https://www.journalduhacker.net/stories/new?url=~LINK~&title=~TITLE~', - 'transform' => array('rawurlencode'), - 'form' => 'simple', - ), + 'url' => 'https://www.journalduhacker.net/stories/new?url=~LINK~&title=~TITLE~', + 'transform' => array('rawurlencode'), + 'form' => 'simple', + ), 'Known' => array( 'url' => '~URL~/share?share_url=~LINK~&share_title=~TITLE~', 'transform' => array('rawurlencode'), |
