| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7b72990 commit fb2111e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -74,7 +74,7 @@ function toHTML({ input, content, filename, nodeVersion, versions }) { | |||
| 74 | 74 | .replace(/__VERSION__/g, nodeVersion) | |
| 75 | 75 | .replace('__TOC__', content.toc) | |
| 76 | 76 | .replace('__GTOC__', gtocHTML.replace( | |
| 77 | - `class="nav-${id}`, `class="nav-${id} active`)) | ||
| 77 | + `class="nav-${id}"`, `class="nav-${id} active"`)) | ||
| 78 | 78 | .replace('__EDIT_ON_GITHUB__', editOnGitHub(filename)) | |
| 79 | 79 | .replace('__CONTENT__', content.toString()); | |
| 80 | 80 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments