• Currently, the exported .ris citation wraps the exported text in string(123) " ... " because it is using var_dump.

    Could you please change line 63 of lib/request/request.cite.php from:

    var_dump( $content );

    to:

    echo $content;

    [I would create a pull request on GitHub, but that version is not currently up-to-date (7.3.2).]

Viewing 1 replies (of 1 total)
  • Plugin Author Katie

    (@kseaborn)

    I’ll be making an update in 7.4.1 with the output sanitized via WP functions, too. Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Cite results in invalid RIS file’ is closed to new replies.