Skip to content

Commit cbbdb87

Browse files
andreasttAutomatedTester
authored andcommitted
issue: upgrade to 27b224a
1 parent 9c8b5a6 commit cbbdb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

issue.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ document.addEventListener("DOMContentLoaded", function() {
7979
if (chapter)
8080
rv = `In chapter [${chapter.text}](${chapter.url})`;
8181
if (subchapter)
82-
rv += `, section [${subchapter.text}](${subchapter.url}):`;
82+
rv += `, section [${subchapter.text}](${subchapter.url})`;
8383
if (chapter || subchapter)
8484
rv += ":\n";
8585
return rv + desc;

0 commit comments

Comments
 (0)