Skip to content

Commit ef62fff

Browse files
committed
Use letter index function for footnote index
1 parent 82be6ed commit ef62fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/ScriptureViewSofria.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ LOGGING:
391391
}
392392
393393
if (callerSymbol === '+') {
394-
callerSymbol = fnc.charAt(workspace.footnoteIndex % 26);
394+
callerSymbol = createLetterIndex(workspace.footnoteIndex);
395395
workspace.footnoteIndex++;
396396
}
397397

0 commit comments

Comments
 (0)