Skip to content

Commit aef6173

Browse files
authored
Merge pull request #48 from mannyamorim/fix-multiline-github-links
Fix multiline github links
2 parents 14f08a1 + 98b1607 commit aef6173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/js/docurium.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ $(function() {
627627
if(line) {
628628
url += '#L' + line.toString()
629629
if(lineto) {
630-
url += '-' + lineto.toString()
630+
url += '-L' + lineto.toString()
631631
}
632632
} else {
633633
url += '#files'

0 commit comments

Comments
 (0)