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 dump-html: remove item id of links to binary data (#1742) #1861

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

Conversation

roland-ruedenauer
Copy link
Contributor

Attempts to fix the issue with dumping binary content as described in #1742.

While testing dump-html I ran into another issue:
A text file with file extension ".txt" attached as a subitem is being rendered into html content and put into the index.
When the index page is created later on, the href pointing to the text rendered into html still uses the file extension ".txt".
Following such a link in the browser won't render as html page. You will get the raw html text instead.

I will address this issue in a separate 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.

1 participant