Fixed a display issue for the template choices when the name of a template is empty

pull/909/head
Iglocska 2016-02-03 10:08:06 +01:00
parent f441d212f9
commit d69065450c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
else echo $this->Html->tag('span', h($template['Template']['org']), array('class' => 'welcome', 'style' => 'float:left;'));
?>
</div>
<div><span style="position:relative;left:-12px;"><?php echo h($template['Template']['name']);?></span></div>
<div><span style="position:relative;left:-12px;"><?php echo h($template['Template']['name']);?>&nbsp;</span></div>
</div>
<?php endforeach; ?>
</div>