diff --git a/main.js b/main.js index 3110c2e..6734aa9 100644 --- a/main.js +++ b/main.js @@ -767,7 +767,7 @@ function showoutline() { var nbcar = 40; next = next.length < nbcar ? next : next.substring(0, nbcar) + "..."; - outline["section L" + index + ": " + next] = pos; + outline["section line " + index + ": " + next] = pos; } } });