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

Newline in title element causes "Too many nested function calls" error #226

Open
josteinaj opened this issue Oct 23, 2019 · 2 comments
Open
Labels

Comments

@josteinaj
Copy link
Member

<html>
    <head>
        <!-- works -->
        <title>Test test</title>

        <!-- does not work -->
        <title>Test
               test</title>
    </head>
    <body></body>
</html>

We can fix this during preprocessing but it seems like a bug that should be fixed in dotify (presumably) at some point.

@josteinaj josteinaj added the bug label Oct 23, 2019
@bertfrees
Copy link
Collaborator

It's not very likely that it's a bug in Dotify. But maybe somewhere else in Pipeline. Have you added a test?

@josteinaj
Copy link
Member Author

I have not added a test for the bug itself. I just added a test for a XSLT preprocessing step in our production system (nor part of the pipeline module) to make sure that there's no newlines there.

@josteinaj josteinaj added L Large size job Priority:1 - Low Punktskrift Braille labels Jan 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants