Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display labels correctly in Excel / LibreOffice #10014

Closed
wants to merge 7 commits into from
Closed

Conversation

mattab
Copy link
Member

@mattab mattab commented Apr 6, 2016

No description provided.

@mattab mattab added the Needs Review PRs that need a code review label Apr 6, 2016
@mattab mattab added this to the 2.16.1 milestone Apr 6, 2016
$count = 1;
$valueWithoutPercentSign = str_replace('%', '', $value, $count);

if(empty($valueWithoutPercentSign)) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add whitespace before the opening bracket?

@mattab mattab added the not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. label Apr 6, 2016
@mattab
Copy link
Member Author

mattab commented Apr 6, 2016

Replaced by #10015

(I git rebased too many commits in the past, and I don't know how to fix it, so re-creating a clean PR)

@mattab mattab closed this Apr 6, 2016
@mattab mattab deleted the excel_export_fix branch April 7, 2016 01:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants