doc: upper case first character of a documentation's title

refs #4820
This commit is contained in:
Eric Lippmann 2014-08-19 10:26:38 +02:00
parent cb17590b71
commit 5c52e447f5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<div class="controls">
<h1><?= $docName ?> <?= $this->translate('Documentation'); ?></h1>
<h1><?= $this->translate(sprintf('%s Documentation', ucfirst($docName))); ?></h1>
</div>
<div class="content toc" data-base-target="_next">
<?= $tocRenderer->render($this, $this->getHelper('Url')); ?>