Trailing ":" removed from title page template

pull/217/head
Alexandre Dulaunoy 2013-08-07 13:47:03 +02:00
parent fda803e845
commit d2e6b25af2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<?php echo $this->Html->charset(); ?>
<title>
<?php echo $title_for_layout, ' - ', Configure::read('CyDefSIG.name')?>:
<?php echo $title_for_layout, ' - ', Configure::read('CyDefSIG.name')?>
</title>
<?php
echo $this->Html->meta('icon');