diff --git a/module/custom/view/header.html.php b/module/custom/view/header.html.php
index 2e24bc09e3..6d42524884 100644
--- a/module/custom/view/header.html.php
+++ b/module/custom/view/header.html.php
@@ -4,6 +4,7 @@
custom->object as $object => $name)
{
+ if(strpos('story|todo|block', $object) !== false) echo "";
if(strpos('execution|product', $object) !== false) common::printLink('custom', $object, "", "{$lang->custom->$object}", '', "class='btn btn-link' id='{$object}Tab'");
if(strpos('execution|product', $object) === false) common::printLink('custom', 'set', "module=$object&field=" . key($lang->custom->{$object}->fields), "{$name}", '', "class='btn btn-link' id='{$object}Tab'");
}