SPR-797 fix ID uniqueness

As explained on https://www.dokuwiki.org/devel:javascript#using_ids IDs
may not clash with headlines. To avoid that all IDs have to use two
subsequent underscores.
This commit is contained in:
Andreas Gohr 2017-02-13 16:53:06 +01:00
commit e1fee95368
7 changed files with 16 additions and 16 deletions

View file

@ -319,7 +319,7 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
</div>
<div id="dokuwiki__content" class="page main-content">
<div id="meta-box">
<div id="spr__meta-box">
<h6 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_meta_box') ?></h6>
<?php