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

<pre> tag is not being closed for HTML generation #4

Closed
rykov opened this issue Sep 18, 2017 · 4 comments
Closed

<pre> tag is not being closed for HTML generation #4

rykov opened this issue Sep 18, 2017 · 4 comments

Comments

@rykov
Copy link

rykov commented Sep 18, 2017

When I run either of the following commands:

./chroma -l Ruby --html code.rb
./chroma -l Ruby --html --html-only code.rb

The output opens the <pre> tag, but there is no corresponding </pre>.

@alecthomas
Copy link
Owner

This should be fixed now!

@alecthomas
Copy link
Owner

[aat@cavern:~/Projects/chroma]chroma --html --html-only colour.go | grep '\<pre\>'
<pre class="chroma">
</pre>

@alecthomas
Copy link
Owner

Thanks for reporting.

@rykov
Copy link
Author

rykov commented Sep 19, 2017

Quick response. Thank you.

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

No branches or pull requests

2 participants