modules/doc: Reduce tab size to two spaces in module/index.phtml

refs #4820
This commit is contained in:
Eric Lippmann 2014-05-23 14:11:28 +02:00
parent a40f34394b
commit 5627c09b37
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<h1>Module documentations</h1>
<ul>
<?php foreach ($enabledModules as $module): ?>
<li><a href="<?= $this->href('doc/module/view', array('name' => $module)); ?>"><?= $module ?></a></li>
<li><a href="<?= $this->href('doc/module/' . $module); ?>"><?= $module ?></a></li>
<?php endforeach ?>
</ul>