dokuwiki-template-sprintdoc.../tpl/nav-magicmatcher.php
Andreas Gohr e1fee95368 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.
2017-02-13 16:53:06 +01:00

14 lines
699 B
PHP
Executable file

<?php
if (!defined('DOKU_INC')) die();
?>
<div id="spr__magic-matcher" class="magic-matcher no-print">
<div class="container">
<?php
echo "<h6 class=\"sr-only\" role=\"heading\" aria-level=\"2\">".tpl_getLang('head_magic_matcher')."</h6>";
echo PHP_EOL;
echo $matcher;
echo PHP_EOL;
?>
</div><!-- .container -->
</div><!-- .magic-matcher -->