Skip to content

Commit

Permalink
Remove unnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Feb 21, 2023
1 parent 5680a98 commit b9c743e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/classes/Screen/StatusReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public function render_reports() {
?>
<p><?php esc_html_e( 'This screen provides a list of information related to ElasticPress and synced content that can be helpful during troubleshooting. This list can also be copy/pasted and shared as needed.', 'elasticpress' ); ?></p>
<p class="ep-copy-button-wrapper">
<a download="elasticpress-report.txt" href="data:text/plain;charset=utf-8, <?php echo rawurlencode( implode( "\n\n", $copy_paste_output ) ); ?>" class="button button-primary" id="ep-download-report">
<a download="elasticpress-report.txt" href="data:text/plain;charset=utf-8,<?php echo rawurlencode( implode( "\n\n", $copy_paste_output ) ); ?>" class="button button-primary" id="ep-download-report">
<?php esc_html_e( 'Download report', 'elasticpress' ); ?>
</a>
<button class="button" data-clipboard-text="<?php echo esc_attr( implode( "\n\n", $copy_paste_output ) ); ?>" id="ep-copy-report" type="button">
Expand Down

0 comments on commit b9c743e

Please sign in to comment.