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

bad link in generated html? #15

Open
ibtaylor opened this issue May 4, 2018 · 1 comment
Open

bad link in generated html? #15

ibtaylor opened this issue May 4, 2018 · 1 comment

Comments

@ibtaylor
Copy link

ibtaylor commented May 4, 2018

If you make all_html in template_project

in the generated ReqsDocument.html you can see

<span class="subtopiclist"><ul><li><a href="What's all about.html">WhatsAbout</a></li>

when it should probably be

<a href="WhatsAbout.html">WhatsAbout</a>

or

<a href="WhatsAbout.html">What's all about</a>

Seems like this is fixed in master, but not in the currently released (at least through pip) version 24.3.0

(subtopic.get_topic_name(), subtopic.get_id()))

@ibtaylor
Copy link
Author

ibtaylor commented May 4, 2018

Maybe make another release through pypi.org?

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

1 participant