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 for TIKA-3089 contributed by pvanderweerd #317

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pweerd
Copy link

@pweerd pweerd commented Apr 13, 2020

Wrapping text in pre-tags instead of p-tags will preserving formatting much better

Wrapping text in pre-tags instead of p-tags will preserving formatting much better
@@ -306,7 +306,6 @@ private CSVParams getOverride(Metadata metadata) {

String delimiterString = mediaType.getParameters().get(DELIMITER);
if (delimiterString == null) {
return new CSVParams(mediaType, charset);
Copy link
Contributor

Choose a reason for hiding this comment

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

Why remove this?

Copy link
Author

Choose a reason for hiding this comment

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

This removal was unintentional. Apologies for not double checking the diff.
Shall I create a new merge request?

Copy link
Contributor

Choose a reason for hiding this comment

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

You can revert it and commit the changes to your branch. It'd automatically show up in this PR.

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.

3 participants