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

Fix content-type for csv export #876

Closed
wants to merge 1 commit into from
Closed

Fix content-type for csv export #876

wants to merge 1 commit into from

Conversation

jmhbnz
Copy link

@jmhbnz jmhbnz commented Apr 10, 2023

Content type was text/css instead of text/csv resulting in some browsers creating files with .css extension. Actual content of the file is correct it's just an issue with the file extension.

Fixes #866

Relates to cncf/landscape#3126

@netlify
Copy link

netlify bot commented Apr 10, 2023

Deploy Preview for landscapeapp failed.

Name Link
🔨 Latest commit c373c32
🔍 Latest deploy log https://app.netlify.com/sites/landscapeapp/deploys/643367770a87a40008143f81

@jmhbnz
Copy link
Author

jmhbnz commented Apr 21, 2023

@AndreyKozlov1984 can you please take a look at this quick fix?

@jmhbnz jmhbnz closed this Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Download as CSV" results in .css file on disk
1 participant