fixed line endings CRLF -> LF

This commit is contained in:
Andreas Gohr 2017-02-09 17:48:44 +01:00
commit 9281ecfa76
21 changed files with 633 additions and 633 deletions

View file

@ -1,11 +1,11 @@
<?php
if (!defined('DOKU_INC')) die();
if ($conf['breadcrumbs']): ?>
<h6 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_breadcrumb') ?></h6>
<p><?php tpl_youarehere() ?></p>
<?php endif ?>
<?php
if (!defined('DOKU_INC')) die();
if ($conf['breadcrumbs']): ?>
<h6 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_breadcrumb') ?></h6>
<p><?php tpl_youarehere() ?></p>
<?php endif ?>