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

Website issue #280

Closed
jetmore opened this issue May 26, 2021 · 1 comment
Closed

Website issue #280

jetmore opened this issue May 26, 2021 · 1 comment
Labels
Milestone

Comments

@jetmore
Copy link

jetmore commented May 26, 2021

Sorry for opening a git bug about this, but I wanted to report it somewhere.

https://www.stringtemplate.org/scripts/bottomnav.js has an issue such that not all links are getting rendered. Contents:

document.write("<ul>");
document.write("<li><a href='index.html'>Home</a></li>");
document.write("<li><a href='download.html'>Download</a></li>\n");
document.write("<li><a href='https://github.com/antlr/stringtemplate4/blob/master/doc/index.md>Doc</a></li>\n");
document.write("<li><a href='about.html'>About StringTemplate</a></li>\n");
document.write("<li><a href='support.html'>Support</a></li>  \n");
document.write("<li><a href='https://github.com/antlr/stringtemplate4/issues'>Bugs</a></li> \n");
document.write("</ul>\n");
document.write("<small>&copy; Copyright StringTemplate / Terence Parr 2013</small>");

The Doc link is missing a trailing single-quote. This makes the Doc link not show up in the footer, and breaks the About StringTemplate link. Not the end of the world, just thought I'd report it since I noticed it. Thanks

@parrt parrt added the doc label May 26, 2021
@parrt
Copy link
Member

parrt commented May 26, 2021

Just pushed a fix. Thank you very much. it will take a bit to propagate on the actual website.

@parrt parrt closed this as completed May 26, 2021
@parrt parrt added this to the 4.3.2 milestone Apr 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants