fixed line endings CRLF -> LF
This commit is contained in:
parent
6b795a1e14
commit
9281ecfa76
21 changed files with 633 additions and 633 deletions
|
@ -1,11 +1,11 @@
|
|||
<?php
|
||||
if (!defined('DOKU_INC')) die();
|
||||
|
||||
if ($conf['useacl'] && $showTools): ?>
|
||||
|
||||
<nav class="nav-trace <?php echo $navClass?>">
|
||||
<h6 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_menu_trace'); ?></h6>
|
||||
<div class="trace"><p><?php tpl_breadcrumbs(); ?></p></div>
|
||||
</nav><!-- #dokuwiki__usertools -->
|
||||
<?php endif ?>
|
||||
|
||||
<?php
|
||||
if (!defined('DOKU_INC')) die();
|
||||
|
||||
if ($conf['useacl'] && $showTools): ?>
|
||||
|
||||
<nav class="nav-trace <?php echo $navClass?>">
|
||||
<h6 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_menu_trace'); ?></h6>
|
||||
<div class="trace"><p><?php tpl_breadcrumbs(); ?></p></div>
|
||||
</nav><!-- #dokuwiki__usertools -->
|
||||
<?php endif ?>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue