florath / rmtoo

Free and Open Source Requirements Management TooL
http://rmtoo.florath.net
Other
206 stars 59 forks source link

bad link in generated html? #15

Open ibtaylor opened 6 years ago

ibtaylor commented 6 years ago

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 https://github.com/florath/rmtoo/blob/c1d5acbc88365f2379415a4364969f4c0986d907/rmtoo/outputs/html.py#L100

ibtaylor commented 6 years ago

Maybe make another release through pypi.org?