106
modifications
m (typo) |
(me semble que c'est la forme recommencdée) |
||
link = document.createElement('a');
link.setAttribute("ancre", wgServer + "/w/index.php?title=" + wgPageName + "#" + ancre_nom) ;
link.setAttribute("
link.appendChild(small);
titre_courant.appendChild(link);
link = document.createElement('a');
link.setAttribute("ancre", "[[" + wgPageName + "#" + ancre_nom + "]]");
link.setAttribute("
link.appendChild(small);
titre_courant.appendChild(link);
|
modifications