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

Html line export update #3

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

Conversation

ilmartyrk
Copy link

This is an update to fix etherpad issues with html export and get ether/etherpad-lite#3268 merged into master

Copy link
Owner

@Gared Gared left a comment

Choose a reason for hiding this comment

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

Sorry for not answering on this. I would appreciate your work. Can you do the requested changes for this PR?

@@ -8,34 +8,9 @@ exports.getLineHTMLForExport = function (hook, context) {
var authors = _authorsOfLine(context.attribLine, context.apool);
var newLineHTML = "";
var charPos = 0;

// Use this code if this function is called in an asynchronous way
Copy link
Owner

Choose a reason for hiding this comment

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

Can you please leave this block in the code?

if (context.lineContent.length) {
newLineHTML += context.lineContent;
}
context.lineContent = newLineHTML+'<br/>';
Copy link
Owner

Choose a reason for hiding this comment

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

Please merge your code on this line

@JohnMcLear
Copy link
Contributor

Hey guys can we get this fixed up and merged in please?

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