close curid span correctly

Seems jQuery fixes this wrap already.

#3003
This commit is contained in:
Gerrit Uitslag 2023-08-25 15:57:46 +02:00 committed by GitHub
parent 7bbc0dcadf
commit 070ca76e65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ dw_page = {
* @author Henry Pan <dokuwiki@phy25.com>
*/
currentIDHighlight: function(){
jQuery('a.wikilink1, a.wikilink2').filter('[data-wiki-id="'+JSINFO.id+'"]').wrap('<span class="curid"></div>');
jQuery('a.wikilink1, a.wikilink2').filter('[data-wiki-id="'+JSINFO.id+'"]').wrap('<span class="curid"></span>');
},
/**