sourcey / spectacle

Beautiful static documentation generator for OpenAPI/Swagger 2.0

Home Page:https://sourcey.com/spectacle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

navigation does not work when id contains multiple dot characters

lionelvillard opened this issue · comments

for instance when the definition name is foo.bar.hello

line 177 in spectable.js should be var arrival = this.getAttribute('href').replace(/\./g, "\\."),